about summary refs log tree commit diff
path: root/pkgs/tools/system/chase
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2017-01-03 20:39:20 -0500
committerGraham Christensen <graham@grahamc.com>2017-01-03 20:39:20 -0500
commitfa89f84c546b2f7e669cacb4e457e2460a487e0a (patch)
tree280d8b4f0d8518aa526e27b2615cda16006c4d75 /pkgs/tools/system/chase
parente0878ce3163272f097b14f36dd61adca18257799 (diff)
downloadnixlib-fa89f84c546b2f7e669cacb4e457e2460a487e0a.tar
nixlib-fa89f84c546b2f7e669cacb4e457e2460a487e0a.tar.gz
nixlib-fa89f84c546b2f7e669cacb4e457e2460a487e0a.tar.bz2
nixlib-fa89f84c546b2f7e669cacb4e457e2460a487e0a.tar.lz
nixlib-fa89f84c546b2f7e669cacb4e457e2460a487e0a.tar.xz
nixlib-fa89f84c546b2f7e669cacb4e457e2460a487e0a.tar.zst
nixlib-fa89f84c546b2f7e669cacb4e457e2460a487e0a.zip
maintainers: rename mdipietro to polyrod to match their github name
Diffstat (limited to 'pkgs/tools/system/chase')
-rw-r--r--pkgs/tools/system/chase/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/chase/default.nix b/pkgs/tools/system/chase/default.nix
index ddaf872fe9fc..8a4351707168 100644
--- a/pkgs/tools/system/chase/default.nix
+++ b/pkgs/tools/system/chase/default.nix
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
     '';
     homepage = "https://qa.debian.org/developer.php?login=rotty%40debian.org";
     license = stdenv.lib.licenses.gpl2Plus;
-    maintainers = [ stdenv.lib.maintainers.mdipietro ];
+    maintainers = [ stdenv.lib.maintainers.polyrod ];
     platforms = stdenv.lib.platforms.all;
   };
 }