Merge pull request #307594 from zombiezen/rm-zombiezen
Remove zombiezen from maintainers
This commit is contained in:
commit
3438be8ff8
3 changed files with 0 additions and 8 deletions
|
@ -22477,12 +22477,6 @@
|
|||
githubId = 51886259;
|
||||
name = "Zokre Zyl";
|
||||
};
|
||||
zombiezen = {
|
||||
name = "Ross Light";
|
||||
email = "ross@zombiezen.com";
|
||||
github = "zombiezen";
|
||||
githubId = 181535;
|
||||
};
|
||||
zookatron = {
|
||||
email = "tim@zookatron.com";
|
||||
github = "zookatron";
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -35,6 +35,5 @@ buildGoModule rec {
|
|||
description = "Simple gRPC benchmarking and load testing tool";
|
||||
homepage = "https://ghz.sh";
|
||||
license = licenses.asl20;
|
||||
maintainers = [ maintainers.zombiezen ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue