3
0
Fork 0
forked from mirrors/nixpkgs

More specific Ocsigen license checked by FlorentBecker

This commit is contained in:
Michael Raskin 2014-09-18 14:37:49 +04:00
parent 979206c0b1
commit a87e5507c0

View file

@ -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 ];
};