summary refs log tree commit diff
path: root/pkgs/applications/science/machine-learning
diff options
context:
space:
mode:
authorSebastián Mancilla <smancill@smancill.dev>2021-09-25 23:49:23 -0300
committerSebastián Mancilla <smancill@smancill.dev>2021-11-08 23:02:09 -0300
commit1e25b1831d1f5e9f7cf467287ef8825178ad4c34 (patch)
tree670256df213a5c7351e4919d930212070d524020 /pkgs/applications/science/machine-learning
parent2dd5d704d585aa432d4edf0861d12e8e5f19bc9d (diff)
downloadnixpkgs-1e25b1831d1f5e9f7cf467287ef8825178ad4c34.tar
nixpkgs-1e25b1831d1f5e9f7cf467287ef8825178ad4c34.tar.gz
nixpkgs-1e25b1831d1f5e9f7cf467287ef8825178ad4c34.tar.bz2
nixpkgs-1e25b1831d1f5e9f7cf467287ef8825178ad4c34.tar.lz
nixpkgs-1e25b1831d1f5e9f7cf467287ef8825178ad4c34.tar.xz
nixpkgs-1e25b1831d1f5e9f7cf467287ef8825178ad4c34.tar.zst
nixpkgs-1e25b1831d1f5e9f7cf467287ef8825178ad4c34.zip
shogun: add smancill to maintainers
Diffstat (limited to 'pkgs/applications/science/machine-learning')
-rw-r--r--pkgs/applications/science/machine-learning/shogun/default.nix2
1 files changed, 1 insertions, 1 deletions
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 ];
   };
 }