summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2014-06-09 19:11:38 +0200
committerVladimír Čunát <vcunat@gmail.com>2014-06-09 19:12:17 +0200
commit35f47bcfd8aa2f5d38fe565ba32ac62cbfd63118 (patch)
treea503e9865cb951e5323c71708478870d92501f72 /pkgs/development/ocaml-modules
parent094635257ebaa1894298acf5c5242d1579134fee (diff)
downloadnixpkgs-35f47bcfd8aa2f5d38fe565ba32ac62cbfd63118.tar
nixpkgs-35f47bcfd8aa2f5d38fe565ba32ac62cbfd63118.tar.gz
nixpkgs-35f47bcfd8aa2f5d38fe565ba32ac62cbfd63118.tar.bz2
nixpkgs-35f47bcfd8aa2f5d38fe565ba32ac62cbfd63118.tar.lz
nixpkgs-35f47bcfd8aa2f5d38fe565ba32ac62cbfd63118.tar.xz
nixpkgs-35f47bcfd8aa2f5d38fe565ba32ac62cbfd63118.tar.zst
nixpkgs-35f47bcfd8aa2f5d38fe565ba32ac62cbfd63118.zip
fix evaluation (wrong meta.maintainers field)
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/lablgl/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/lablgl/default.nix b/pkgs/development/ocaml-modules/lablgl/default.nix
index 8fd07ee0691..75c8d7ad224 100644
--- a/pkgs/development/ocaml-modules/lablgl/default.nix
+++ b/pkgs/development/ocaml-modules/lablgl/default.nix
@@ -39,6 +39,6 @@ stdenv.mkDerivation {
     homepage = http://wwwfun.kurims.kyoto-u.ac.jp/soft/lsl/lablgl.html;
     description = "OpenGL bindings for ocaml";
     license = "GnuGPLV2";
-    maintainers = [ stdenv.lib.maintainers.psub ];
+    maintainers = [ stdenv.lib.maintainers.pSub ];
   };
 }