From 222dcf4a6b9d673b8067fcd9489a119ff425c6eb Mon Sep 17 00:00:00 2001
From: Masayuki Takeda <mtakeda.enigsol@gmail.com>
Date: Wed, 7 Mar 2018 23:39:47 +0900
Subject: [PATCH] fix maintainers

---
 pkgs/development/ocaml-modules/camlimages/default.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 ];
   };
 }