Merge pull request #176728: maintainers: mrhedgehog -> thehedgeh0g

authored by

piegames and committed by
GitHub
e4456073 e0169d7a

+14 -14
+11 -11
maintainers/maintainer-list.nix
··· 8799 8799 githubId = 3073833; 8800 8800 name = "Massimo Redaelli"; 8801 8801 }; 8802 - mrhedgehog = { 8803 - name = "Mr Hedgehog"; 8804 - email = "hedgehog@mrhedgehog.xyz"; 8805 - matrix = "@mrhedgehog:jupiterbroadcasting.com"; 8806 - github = "ModdedGamers"; 8807 - githubId = 35778371; 8808 - keys = [{ 8809 - longkeyid = "rsa4096/0x7D5107866B1C6752"; 8810 - fingerprint = "38A0 29B0 4A7E 4C13 A4BB 86C8 7D51 0786 6B1C 6752"; 8811 - }]; 8812 - }; 8813 8802 mrkkrp = { 8814 8803 email = "markkarpov92@gmail.com"; 8815 8804 github = "mrkkrp"; ··· 12778 12767 github = "thefenriswolf"; 12779 12768 githubId = 8547242; 12780 12769 name = "Stefan Rohrbacher"; 12770 + }; 12771 + thehedgeh0g = { 12772 + name = "The Hedgehog"; 12773 + email = "hedgehog@mrhedgehog.xyz"; 12774 + matrix = "@mrhedgehog:jupiterbroadcasting.com"; 12775 + github = "ModdedGamers"; 12776 + githubId = 35778371; 12777 + keys = [{ 12778 + longkeyid = "rsa4096/0x7D5107866B1C6752"; 12779 + fingerprint = "38A0 29B0 4A7E 4C13 A4BB 86C8 7D51 0786 6B1C 6752"; 12780 + }]; 12781 12781 }; 12782 12782 thelegy = { 12783 12783 email = "mail+nixos@0jb.de";
+1 -1
pkgs/applications/misc/sway-launcher-desktop/default.nix
··· 36 36 changelog = "https://github.com/Biont/sway-launcher-desktop/releases/tag/v${version}"; 37 37 license = licenses.gpl3; 38 38 platforms = platforms.linux; 39 - maintainers = [ maintainers.mrhedgehog ]; 39 + maintainers = [ maintainers.thehedgeh0g ]; 40 40 mainProgram = "${pname}"; 41 41 }; 42 42 }
+1 -1
pkgs/development/tools/goresym/default.nix
··· 21 21 description = "Go symbol recovery tool"; 22 22 homepage = "https://github.com/mandiant/GoReSym"; 23 23 license = licenses.mit; 24 - maintainers = with maintainers; [ mrhedgehog ]; 24 + maintainers = with maintainers; [ thehedgeh0g ]; 25 25 }; 26 26 }
+1 -1
pkgs/shells/fish/plugins/hydro.nix
··· 15 15 description = "Ultra-pure, lag-free prompt with async Git status"; 16 16 homepage = "https://github.com/jorgebucaran/hydro"; 17 17 license = licenses.mit; 18 - maintainers = with maintainers; [ mrhedgehog ]; 18 + maintainers = with maintainers; [ thehedgeh0g ]; 19 19 }; 20 20 }