summary refs log tree commit diff
path: root/pkgs/tools/admin
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2023-07-23 19:30:22 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2023-07-23 19:30:22 +0200
commitcf6c96533bb52f6cd33651257a232269c48cd167 (patch)
treec34647289a921b540a62aceb22659c8ae98687a6 /pkgs/tools/admin
parentad274bf46a418c5db3e3e94ef9295f8824fc2729 (diff)
downloadnixpkgs-cf6c96533bb52f6cd33651257a232269c48cd167.tar
nixpkgs-cf6c96533bb52f6cd33651257a232269c48cd167.tar.gz
nixpkgs-cf6c96533bb52f6cd33651257a232269c48cd167.tar.bz2
nixpkgs-cf6c96533bb52f6cd33651257a232269c48cd167.tar.lz
nixpkgs-cf6c96533bb52f6cd33651257a232269c48cd167.tar.xz
nixpkgs-cf6c96533bb52f6cd33651257a232269c48cd167.tar.zst
nixpkgs-cf6c96533bb52f6cd33651257a232269c48cd167.zip
treewide: reduce packages I maintainer
Diffstat (limited to 'pkgs/tools/admin')
-rw-r--r--pkgs/tools/admin/chkcrontab/default.nix2
-rw-r--r--pkgs/tools/admin/procs/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/admin/chkcrontab/default.nix b/pkgs/tools/admin/chkcrontab/default.nix
index 903bfe7f32c..7d24270f8d5 100644
--- a/pkgs/tools/admin/chkcrontab/default.nix
+++ b/pkgs/tools/admin/chkcrontab/default.nix
@@ -14,7 +14,7 @@ buildPythonApplication rec {
   meta = with lib; {
     description = "A tool to detect crontab errors";
     license = licenses.asl20;
-    maintainers = with maintainers; [ SuperSandro2000 ];
+    maintainers = with maintainers; [ ];
     homepage = "https://github.com/lyda/chkcrontab";
   };
 }
diff --git a/pkgs/tools/admin/procs/default.nix b/pkgs/tools/admin/procs/default.nix
index 4da957880b1..03d26fd6498 100644
--- a/pkgs/tools/admin/procs/default.nix
+++ b/pkgs/tools/admin/procs/default.nix
@@ -30,6 +30,6 @@ rustPlatform.buildRustPackage rec {
     homepage = "https://github.com/dalance/procs";
     changelog = "https://github.com/dalance/procs/raw/v${version}/CHANGELOG.md";
     license = licenses.mit;
-    maintainers = with maintainers; [ Br1ght0ne SuperSandro2000 sciencentistguy ];
+    maintainers = with maintainers; [ Br1ght0ne sciencentistguy ];
   };
 }