opencv3: adding myself as co-maintainer
This commit is contained in:
parent
75d9dc8516
commit
448d605f89
@ -118,7 +118,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Open Computer Vision Library with more than 500 algorithms";
|
description = "Open Computer Vision Library with more than 500 algorithms";
|
||||||
homepage = http://opencv.org/;
|
homepage = http://opencv.org/;
|
||||||
license = stdenv.lib.licenses.bsd3;
|
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;
|
platforms = with stdenv.lib.platforms; linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user