Merge pull request #307594 from zombiezen/rm-zombiezen

Remove zombiezen from maintainers

authored by Jörg Thalheim and committed by GitHub 3438be8f 8f2ee09e

-8
-6
maintainers/maintainer-list.nix
··· 22477 22477 githubId = 51886259; 22478 22478 name = "Zokre Zyl"; 22479 22479 }; 22480 - zombiezen = { 22481 - name = "Ross Light"; 22482 - email = "ross@zombiezen.com"; 22483 - github = "zombiezen"; 22484 - githubId = 181535; 22485 - }; 22486 22480 zookatron = { 22487 22481 email = "tim@zookatron.com"; 22488 22482 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 }