Merge pull request #307594 from zombiezen/rm-zombiezen
Remove zombiezen from maintainers
This commit is contained in:
commit
3438be8ff8
@ -22477,12 +22477,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 New Issue
Block a user