opencv: remove myself (flosse) from the maintainers list

This commit is contained in:
Markus Kohlhase 2017-05-10 11:10:10 +02:00
parent 98ff062ed4
commit 344f1ee374
2 changed files with 2 additions and 2 deletions

View File

@ -148,7 +148,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 mdaiter];
maintainers = with stdenv.lib.maintainers; [viric mdaiter];
platforms = with stdenv.lib.platforms; linux ++ darwin;
};
}

View File

@ -82,7 +82,7 @@ stdenv.mkDerivation rec {
description = "Open Computer Vision Library with more than 500 algorithms";
homepage = http://opencv.org/;
license = licenses.bsd3;
maintainers = with maintainers; [ viric flosse ];
maintainers = with maintainers; [ viric ];
platforms = platforms.linux ++ platforms.darwin;
};
}