about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@sap.com>2022-04-28 11:14:41 +0200
committerSandro Jäckel <sandro.jaeckel@sap.com>2022-04-28 14:33:17 +0200
commitbd29de6e0c3d238b3904b751b09604f93f9c09d9 (patch)
tree9903d1f3e57f1d75481c70fb3e6461c8caa4b9d6
parent282320a780c68a2b7579af3ea60f7c4486c80e02 (diff)
topgrade: prune inactive maintainers
-rw-r--r--pkgs/tools/misc/topgrade/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/topgrade/default.nix b/pkgs/tools/misc/topgrade/default.nix
index 3279150961c9f..78e2dc219b730 100644
--- a/pkgs/tools/misc/topgrade/default.nix
+++ b/pkgs/tools/misc/topgrade/default.nix
@@ -32,7 +32,7 @@ rustPlatform.buildRustPackage rec {
     description = "Upgrade all the things";
     homepage = "https://github.com/r-darwish/topgrade";
     license = licenses.gpl3Only;
-    maintainers = with maintainers; [ Br1ght0ne hugoreeves SuperSandro2000 ];
+    maintainers = with maintainers; [ SuperSandro2000 ];
     broken = stdenv.isDarwin;
   };
 }