3
0
Fork 0
forked from mirrors/nixpkgs

shogun: add smancill to maintainers

This commit is contained in:
Sebastián Mancilla 2021-09-25 23:49:23 -03:00
parent 2dd5d704d5
commit 1e25b1831d

View file

@ -150,6 +150,6 @@ stdenv.mkDerivation rec {
description = "A toolbox which offers a wide range of efficient and unified machine learning methods";
homepage = "http://shogun-toolbox.org/";
license = if withSvmLight then licenses.unfree else licenses.gpl3Plus;
maintainers = with maintainers; [ edwtjo ];
maintainers = with maintainers; [ edwtjo smancill ];
};
}