about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/ocurl
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-01-26 09:48:08 +0100
committerPeter Simons <simons@cryp.to>2015-01-26 09:48:08 +0100
commitfc3dd0226d6c4a2c74bd2fe3b75a4e7b964c4a86 (patch)
tree85264ff83f9d6031636b95e40c466b46cdac3dfc /pkgs/development/ocaml-modules/ocurl
parent893d0cad56385958d736e3fec187244f27585e00 (diff)
ocaml-ocurl: fix evaluation
Diffstat (limited to 'pkgs/development/ocaml-modules/ocurl')
-rw-r--r--pkgs/development/ocaml-modules/ocurl/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/ocurl/default.nix b/pkgs/development/ocaml-modules/ocurl/default.nix
index 9d1c18f1817c1..73670fb3125d4 100644
--- a/pkgs/development/ocaml-modules/ocurl/default.nix
+++ b/pkgs/development/ocaml-modules/ocurl/default.nix
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
   createFindlibDestdir = true;
   meta = {
     description = "OCaml bindings to libcurl";
-    license = stdenv.lib.licenses.bsd;
+    license = stdenv.lib.licenses.bsd3;
     homepage = http://ocurl.forge.ocamlcore.org/;
     maintainers = with stdenv.lib.maintainers; [ bennofs ];
     platforms = ocaml.meta.platforms;