summary refs log tree commit diff
path: root/pkgs/applications/science/math
diff options
context:
space:
mode:
authorMiguel Madrid Mencía <miguel.madrid.mencia@gmail.com>2019-09-14 12:15:46 +0200
committerMiguel Madrid Mencía <miguel.madrid.mencia@gmail.com>2019-09-14 12:15:46 +0200
commit148c82e07e91222b82fe5fc448cbe6a11d695fe3 (patch)
tree571b742fb707257f90c73b35c94db58a35910133 /pkgs/applications/science/math
parent0ec4d3b246cf26e4aad34e3ad52d1c0cd5fee6d7 (diff)
downloadnixpkgs-148c82e07e91222b82fe5fc448cbe6a11d695fe3.tar
nixpkgs-148c82e07e91222b82fe5fc448cbe6a11d695fe3.tar.gz
nixpkgs-148c82e07e91222b82fe5fc448cbe6a11d695fe3.tar.bz2
nixpkgs-148c82e07e91222b82fe5fc448cbe6a11d695fe3.tar.lz
nixpkgs-148c82e07e91222b82fe5fc448cbe6a11d695fe3.tar.xz
nixpkgs-148c82e07e91222b82fe5fc448cbe6a11d695fe3.tar.zst
nixpkgs-148c82e07e91222b82fe5fc448cbe6a11d695fe3.zip
maintainer: mimadrid: update github username and personal data
Diffstat (limited to 'pkgs/applications/science/math')
-rw-r--r--pkgs/applications/science/math/weka/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/science/math/weka/default.nix b/pkgs/applications/science/math/weka/default.nix
index 90278a744f1..ec9ea0b8533 100644
--- a/pkgs/applications/science/math/weka/default.nix
+++ b/pkgs/applications/science/math/weka/default.nix
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
     homepage = http://www.cs.waikato.ac.nz/ml/weka/;
     description = "Collection of machine learning algorithms for data mining tasks";
     license = stdenv.lib.licenses.gpl2Plus;
-    maintainers = [ stdenv.lib.maintainers.mimadrid ];
+    maintainers = [ stdenv.lib.maintainers.mimame ];
     platforms = stdenv.lib.platforms.unix;
   };
 }