Merge pull request #295940 from shanesveller/shanesveller/maintainer

maintainers: remove shanesveller

authored by Jörg Thalheim and committed by GitHub 22d6f549 2ddf3f58

+1 -10
-9
maintainers/maintainer-list.nix
··· 17621 17621 matrix = "@shamrocklee:matrix.org"; 17622 17622 name = "Yueh-Shun Li"; 17623 17623 }; 17624 - shanesveller = { 17625 - email = "shane@sveller.dev"; 17626 - github = "shanesveller"; 17627 - githubId = 831; 17628 - keys = [{ 17629 - fingerprint = "F83C 407C ADC4 5A0F 1F2F 44E8 9210 C218 023C 15CD"; 17630 - }]; 17631 - name = "Shane Sveller"; 17632 - }; 17633 17624 shard7 = { 17634 17625 email = "sh7user@gmail.com"; 17635 17626 github = "shard77";
+1 -1
pkgs/applications/version-management/gfold/default.nix
··· 39 39 "CLI tool to help keep track of your Git repositories, written in Rust"; 40 40 homepage = "https://github.com/nickgerace/gfold"; 41 41 license = licenses.asl20; 42 - maintainers = [ maintainers.shanesveller ]; 42 + maintainers = []; 43 43 platforms = platforms.unix; 44 44 mainProgram = "gfold"; 45 45 };