Merge pull request #25669 from flosse/no-maintainer-anymore

opencv: remove myself (flosse) from the maintainers list
This commit is contained in:
Carles Pagès 2017-05-10 11:31:07 +02:00 committed by GitHub
commit 2f6437393b
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;
};
}