about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2014-09-18 14:37:49 +0400
committerMichael Raskin <7c6f434c@mail.ru>2014-09-18 14:42:54 +0400
commita87e5507c084364f6f974bf8ada9d720d485a358 (patch)
treedfc168d2634f481971948b3222ea61d6aa312426 /pkgs/development/ocaml-modules
parent979206c0b195bc9fb98cdc76f5947795bcc378db (diff)
downloadnixlib-a87e5507c084364f6f974bf8ada9d720d485a358.tar
nixlib-a87e5507c084364f6f974bf8ada9d720d485a358.tar.gz
nixlib-a87e5507c084364f6f974bf8ada9d720d485a358.tar.bz2
nixlib-a87e5507c084364f6f974bf8ada9d720d485a358.tar.lz
nixlib-a87e5507c084364f6f974bf8ada9d720d485a358.tar.xz
nixlib-a87e5507c084364f6f974bf8ada9d720d485a358.tar.zst
nixlib-a87e5507c084364f6f974bf8ada9d720d485a358.zip
More specific Ocsigen license checked by FlorentBecker
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/ocsigen-server/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/ocsigen-server/default.nix b/pkgs/development/ocaml-modules/ocsigen-server/default.nix
index 6f68958aeab1..e33d40373796 100644
--- a/pkgs/development/ocaml-modules/ocsigen-server/default.nix
+++ b/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 ];
   };