Remove zombiezen from maintainers
This commit is contained in:
parent
bb91fb6ee8
commit
26403a22a3
3 changed files with 0 additions and 8 deletions
|
@ -22471,12 +22471,6 @@
|
||||||
githubId = 51886259;
|
githubId = 51886259;
|
||||||
name = "Zokre Zyl";
|
name = "Zokre Zyl";
|
||||||
};
|
};
|
||||||
zombiezen = {
|
|
||||||
name = "Ross Light";
|
|
||||||
email = "ross@zombiezen.com";
|
|
||||||
github = "zombiezen";
|
|
||||||
githubId = 181535;
|
|
||||||
};
|
|
||||||
zookatron = {
|
zookatron = {
|
||||||
email = "tim@zookatron.com";
|
email = "tim@zookatron.com";
|
||||||
github = "zookatron";
|
github = "zookatron";
|
||||||
|
|
|
@ -59,6 +59,5 @@ in buildGoModule {
|
||||||
homepage = "https://gg-scm.io/";
|
homepage = "https://gg-scm.io/";
|
||||||
changelog = "https://github.com/gg-scm/gg/blob/v${version}/CHANGELOG.md";
|
changelog = "https://github.com/gg-scm/gg/blob/v${version}/CHANGELOG.md";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ zombiezen ];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -35,6 +35,5 @@ buildGoModule rec {
|
||||||
description = "Simple gRPC benchmarking and load testing tool";
|
description = "Simple gRPC benchmarking and load testing tool";
|
||||||
homepage = "https://ghz.sh";
|
homepage = "https://ghz.sh";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = [ maintainers.zombiezen ];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue