Remove zombiezen from maintainers

authored by Ross Light and committed by GitHub 26403a22 bb91fb6e

-8
-6
maintainers/maintainer-list.nix
··· 22471 22471 githubId = 51886259; 22472 22472 name = "Zokre Zyl"; 22473 22473 }; 22474 - zombiezen = { 22475 - name = "Ross Light"; 22476 - email = "ross@zombiezen.com"; 22477 - github = "zombiezen"; 22478 - githubId = 181535; 22479 - }; 22480 22474 zookatron = { 22481 22475 email = "tim@zookatron.com"; 22482 22476 github = "zookatron";
-1
pkgs/applications/version-management/gg/default.nix
··· 59 59 homepage = "https://gg-scm.io/"; 60 60 changelog = "https://github.com/gg-scm/gg/blob/v${version}/CHANGELOG.md"; 61 61 license = licenses.asl20; 62 - maintainers = with maintainers; [ zombiezen ]; 63 62 }; 64 63 }
-1
pkgs/tools/networking/ghz/default.nix
··· 35 35 description = "Simple gRPC benchmarking and load testing tool"; 36 36 homepage = "https://ghz.sh"; 37 37 license = licenses.asl20; 38 - maintainers = [ maintainers.zombiezen ]; 39 38 }; 40 39 }