maintainers: remove shanesveller

This commit is contained in:
Shane Sveller 2024-03-14 12:09:10 -05:00
parent 681e97dc35
commit ea3c2e26d3
No known key found for this signature in database
2 changed files with 1 additions and 10 deletions

View file

@ -17621,15 +17621,6 @@
matrix = "@shamrocklee:matrix.org";
name = "Yueh-Shun Li";
};
shanesveller = {
email = "shane@sveller.dev";
github = "shanesveller";
githubId = 831;
keys = [{
fingerprint = "F83C 407C ADC4 5A0F 1F2F 44E8 9210 C218 023C 15CD";
}];
name = "Shane Sveller";
};
shard7 = {
email = "sh7user@gmail.com";
github = "shard77";

View file

@ -39,7 +39,7 @@ rustPlatform.buildRustPackage {
"CLI tool to help keep track of your Git repositories, written in Rust";
homepage = "https://github.com/nickgerace/gfold";
license = licenses.asl20;
maintainers = [ maintainers.shanesveller ];
maintainers = [];
platforms = platforms.unix;
mainProgram = "gfold";
};