about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2009-12-10 21:39:02 +0000
committerLudovic Courtès <ludo@gnu.org>2009-12-10 21:39:02 +0000
commit164eb9c699f2dd07d19063127f0a39a0ae208776 (patch)
treeca6fead4dfb2422b4d30b05d3c1da2b0fa5d38e6 /pkgs
parent19d02b6ca4a12a18de7b1a96f6a7ebc8d1755151 (diff)
downloadnixlib-164eb9c699f2dd07d19063127f0a39a0ae208776.tar
nixlib-164eb9c699f2dd07d19063127f0a39a0ae208776.tar.gz
nixlib-164eb9c699f2dd07d19063127f0a39a0ae208776.tar.bz2
nixlib-164eb9c699f2dd07d19063127f0a39a0ae208776.tar.lz
nixlib-164eb9c699f2dd07d19063127f0a39a0ae208776.tar.xz
nixlib-164eb9c699f2dd07d19063127f0a39a0ae208776.tar.zst
nixlib-164eb9c699f2dd07d19063127f0a39a0ae208776.zip
Typo.
svn path=/nixpkgs/trunk/; revision=18883
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/compilers/ocaml/3.11.1.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/ocaml/3.11.1.nix b/pkgs/development/compilers/ocaml/3.11.1.nix
index 8fd4be820563..8c1f634023cb 100644
--- a/pkgs/development/compilers/ocaml/3.11.1.nix
+++ b/pkgs/development/compilers/ocaml/3.11.1.nix
@@ -21,7 +21,7 @@ stdenv.mkDerivation (rec {
 
   meta = {
     homepage = http://caml.inria.fr/ocaml;
-    licenses = [ "QPL" /* compiler */ "LGPLv2" /* library */ ]
+    licenses = [ "QPL" /* compiler */ "LGPLv2" /* library */ ];
     description = "Objective Caml, the most popular variant of the Caml language";
 
     longDescription =