From 1e25b1831d1f5e9f7cf467287ef8825178ad4c34 Mon Sep 17 00:00:00 2001 From: Sebastián Mancilla Date: Sat, 25 Sep 2021 23:49:23 -0300 Subject: shogun: add smancill to maintainers --- pkgs/applications/science/machine-learning/shogun/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/applications/science/machine-learning') diff --git a/pkgs/applications/science/machine-learning/shogun/default.nix b/pkgs/applications/science/machine-learning/shogun/default.nix index 74f661d8eb9..55bf4378dde 100644 --- a/pkgs/applications/science/machine-learning/shogun/default.nix +++ b/pkgs/applications/science/machine-learning/shogun/default.nix @@ -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 ]; }; } -- cgit 1.4.1