about summary refs log tree commit diff
path: root/pkgs/tools/system/chase
diff options
context:
space:
mode:
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;
   };
 }