shogun: add smancill to maintainers
This commit is contained in:
parent
2dd5d704d5
commit
1e25b1831d
1 changed files with 1 additions and 1 deletions
|
@ -150,6 +150,6 @@ stdenv.mkDerivation rec {
|
||||||
description = "A toolbox which offers a wide range of efficient and unified machine learning methods";
|
description = "A toolbox which offers a wide range of efficient and unified machine learning methods";
|
||||||
homepage = "http://shogun-toolbox.org/";
|
homepage = "http://shogun-toolbox.org/";
|
||||||
license = if withSvmLight then licenses.unfree else licenses.gpl3Plus;
|
license = if withSvmLight then licenses.unfree else licenses.gpl3Plus;
|
||||||
maintainers = with maintainers; [ edwtjo ];
|
maintainers = with maintainers; [ edwtjo smancill ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue