More specific Ocsigen license checked by FlorentBecker
This commit is contained in:
parent
979206c0b1
commit
a87e5507c0
|
@ -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…
Reference in New Issue