More specific Ocsigen license checked by FlorentBecker

wip/yesman
Michael Raskin 10 years ago
parent 979206c0b1
commit a87e5507c0
  1. 2
      pkgs/development/ocaml-modules/ocsigen-server/default.nix

@ -29,7 +29,7 @@ stdenv.mkDerivation {
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 ];
};

Loading…
Cancel
Save