about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorRoss Light <ross@zombiezen.com>2024-04-28 18:02:02 -0700
committerGitHub <noreply@github.com>2024-04-28 18:02:02 -0700
commit26403a22a372cb118d4a2a2d5a5ec1db36de43bf (patch)
tree8f1c840092e7a63b75336c34474c5c5397ab5480 /pkgs
parentbb91fb6ee883f1108de5b0f8086a777543d00721 (diff)
Remove zombiezen from maintainers
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/version-management/gg/default.nix1
-rw-r--r--pkgs/tools/networking/ghz/default.nix1
2 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/applications/version-management/gg/default.nix b/pkgs/applications/version-management/gg/default.nix
index 279e6d0075e7b..89fd45e45f0dc 100644
--- a/pkgs/applications/version-management/gg/default.nix
+++ b/pkgs/applications/version-management/gg/default.nix
@@ -59,6 +59,5 @@ in buildGoModule {
     homepage = "https://gg-scm.io/";
     changelog = "https://github.com/gg-scm/gg/blob/v${version}/CHANGELOG.md";
     license = licenses.asl20;
-    maintainers = with maintainers; [ zombiezen ];
   };
 }
diff --git a/pkgs/tools/networking/ghz/default.nix b/pkgs/tools/networking/ghz/default.nix
index 89253f3fe4891..eb20a398e419a 100644
--- a/pkgs/tools/networking/ghz/default.nix
+++ b/pkgs/tools/networking/ghz/default.nix
@@ -35,6 +35,5 @@ buildGoModule rec {
     description = "Simple gRPC benchmarking and load testing tool";
     homepage = "https://ghz.sh";
     license = licenses.asl20;
-    maintainers = [ maintainers.zombiezen ];
   };
 }