summary refs log tree commit diff
diff options
context:
space:
mode:
-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 72c92380449..def710f3f1b 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 ];
   };
 }