summary refs log tree commit diff
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2018-03-07 14:46:37 +0000
committerGitHub <noreply@github.com>2018-03-07 14:46:37 +0000
commitf93f9f6025f703978423c6d7d9da59c27e120487 (patch)
treed72d07e90f6ab91be4d39e1dae54e4a6a976afb1
parent3f20f187a2d76f3b0fa2387755883c634b91084c (diff)
parent222dcf4a6b9d673b8067fcd9489a119ff425c6eb (diff)
downloadnixpkgs-f93f9f6025f703978423c6d7d9da59c27e120487.tar
nixpkgs-f93f9f6025f703978423c6d7d9da59c27e120487.tar.gz
nixpkgs-f93f9f6025f703978423c6d7d9da59c27e120487.tar.bz2
nixpkgs-f93f9f6025f703978423c6d7d9da59c27e120487.tar.lz
nixpkgs-f93f9f6025f703978423c6d7d9da59c27e120487.tar.xz
nixpkgs-f93f9f6025f703978423c6d7d9da59c27e120487.tar.zst
nixpkgs-f93f9f6025f703978423c6d7d9da59c27e120487.zip
Merge pull request #36420 from mt-caret/camlimages
ocaml-ng.ocamlPackages_4_06.camlimages: fix maintainers
-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 ];
   };
 }