Merge pull request #25669 from flosse/no-maintainer-anymore
opencv: remove myself (flosse) from the maintainers list
This commit is contained in:
commit
2f6437393b
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue