More specific Ocsigen license checked by FlorentBecker

Changed files
+1 -1
pkgs
development
ocaml-modules
ocsigen-server
+1 -1
pkgs/development/ocaml-modules/ocsigen-server/default.nix
···
longDescription =''
A full featured Web server. It implements most features of the HTTP protocol, and has a very powerful extension mechanism that make very easy to plug your own OCaml modules for generating pages.
'';
-
license = "LGPL"; # <- todo: check
+
license = stdenv.lib.licenses.lgpl21;
platforms = ocaml.meta.platforms;
maintainers = [ stdenv.lib.maintainers.gal_bolle ];
};