summary refs log tree commit diff
path: root/pkgs/development/libraries/opencv
diff options
context:
space:
mode:
authorMatthew Daiter <matthew@nomoko.camera>2016-11-28 14:16:37 +0100
committerMatthew Daiter <matthew@nomoko.camera>2016-11-28 14:16:37 +0100
commit448d605f89fb0b66640c1a660b8f1e2b8d4a9893 (patch)
tree2cc9bfb82ebcf3bf52767275989eb1f860fd0334 /pkgs/development/libraries/opencv
parent75d9dc85161e87777188a14da7443a7e4a62c952 (diff)
downloadnixpkgs-448d605f89fb0b66640c1a660b8f1e2b8d4a9893.tar
nixpkgs-448d605f89fb0b66640c1a660b8f1e2b8d4a9893.tar.gz
nixpkgs-448d605f89fb0b66640c1a660b8f1e2b8d4a9893.tar.bz2
nixpkgs-448d605f89fb0b66640c1a660b8f1e2b8d4a9893.tar.lz
nixpkgs-448d605f89fb0b66640c1a660b8f1e2b8d4a9893.tar.xz
nixpkgs-448d605f89fb0b66640c1a660b8f1e2b8d4a9893.tar.zst
nixpkgs-448d605f89fb0b66640c1a660b8f1e2b8d4a9893.zip
opencv3: adding myself as co-maintainer
Diffstat (limited to 'pkgs/development/libraries/opencv')
-rw-r--r--pkgs/development/libraries/opencv/3.x.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/opencv/3.x.nix b/pkgs/development/libraries/opencv/3.x.nix
index 2ad15ca8c15..d86a2671cde 100644
--- a/pkgs/development/libraries/opencv/3.x.nix
+++ b/pkgs/development/libraries/opencv/3.x.nix
@@ -118,7 +118,7 @@ stdenv.mkDerivation rec {
     description = "Open Computer Vision Library with more than 500 algorithms";
     homepage = http://opencv.org/;
     license = stdenv.lib.licenses.bsd3;
-    maintainers = with stdenv.lib.maintainers; [viric flosse];
+    maintainers = with stdenv.lib.maintainers; [viric flosse mdaiter];
     platforms = with stdenv.lib.platforms; linux;
   };
 }