summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMasayuki Takeda <mtakeda.enigsol@gmail.com>2018-03-07 23:39:47 +0900
committerMasayuki Takeda <mtakeda.enigsol@gmail.com>2018-03-07 23:39:47 +0900
commit222dcf4a6b9d673b8067fcd9489a119ff425c6eb (patch)
tree6baee5d4bb7b3f7b93193e5c7442486cdb06c012 /pkgs
parentb2c8f8be810dd28a00c7240991059128d89c40a3 (diff)
downloadnixlib-222dcf4a6b9d673b8067fcd9489a119ff425c6eb.tar
nixlib-222dcf4a6b9d673b8067fcd9489a119ff425c6eb.tar.gz
nixlib-222dcf4a6b9d673b8067fcd9489a119ff425c6eb.tar.bz2
nixlib-222dcf4a6b9d673b8067fcd9489a119ff425c6eb.tar.lz
nixlib-222dcf4a6b9d673b8067fcd9489a119ff425c6eb.tar.xz
nixlib-222dcf4a6b9d673b8067fcd9489a119ff425c6eb.tar.zst
nixlib-222dcf4a6b9d673b8067fcd9489a119ff425c6eb.zip
fix maintainers
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/ocaml-modules/camlimages/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/camlimages/default.nix b/pkgs/development/ocaml-modules/camlimages/default.nix
index 72c923804492..def710f3f1b0 100644
--- a/pkgs/development/ocaml-modules/camlimages/default.nix
+++ b/pkgs/development/ocaml-modules/camlimages/default.nix
@@ -15,6 +15,6 @@ stdenv.mkDerivation rec {
     homepage = https://bitbucket.org/camlspotter/camlimages;
     description = "OCaml image processing library";
     license = licenses.gpl2;
-    maintainers = [ maintainers.vbgl maintainers maintainers.mt-caret ];
+    maintainers = [ maintainers.vbgl maintainers.mt-caret ];
   };
 }