mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
opencv3: adding myself as co-maintainer
This commit is contained in:
parent
75d9dc8516
commit
448d605f89
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue