Added Christopher Poole to the list of dlib package maintainers.
This commit is contained in:
parent
7af2d07f24
commit
f3b8324fc5
@ -37,6 +37,7 @@
|
|||||||
cdepillabout = "Dennis Gosnell <cdep.illabout@gmail.com>";
|
cdepillabout = "Dennis Gosnell <cdep.illabout@gmail.com>";
|
||||||
cfouche = "Chaddaï Fouché <chaddai.fouche@gmail.com>";
|
cfouche = "Chaddaï Fouché <chaddai.fouche@gmail.com>";
|
||||||
chaoflow = "Florian Friesdorf <flo@chaoflow.net>";
|
chaoflow = "Florian Friesdorf <flo@chaoflow.net>";
|
||||||
|
christopherpoole = "Christopher Mark Poole <mail@christopherpoole.net>";
|
||||||
coconnor = "Corey O'Connor <coreyoconnor@gmail.com>";
|
coconnor = "Corey O'Connor <coreyoconnor@gmail.com>";
|
||||||
copumpkin = "Dan Peebles <pumpkingod@gmail.com>";
|
copumpkin = "Dan Peebles <pumpkingod@gmail.com>";
|
||||||
coroa = "Jonas Hörsch <jonas@chaoflow.net>";
|
coroa = "Jonas Hörsch <jonas@chaoflow.net>";
|
||||||
|
@ -34,11 +34,11 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs = [ cmake x11 ];
|
buildInputs = [ cmake x11 ];
|
||||||
propagatedBuildInputs = [ x11 ];
|
propagatedBuildInputs = [ x11 ];
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "Dlib is a general purpose cross-platform C++ machine learning library.";
|
description = "Dlib is a general purpose cross-platform C++ machine learning library.";
|
||||||
homepage = http://www.dlib.net;
|
homepage = http://www.dlib.net;
|
||||||
license = stdenv.lib.licenses.boost;
|
license = stdenv.lib.licenses.boost;
|
||||||
maintainers = [ ];
|
maintainers = with maintainers; [ christopherpoole ];
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = stdenv.lib.platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user