Merge pull request #150790 from ysndr/gotypist

gotypist: fix maintainer metadata

authored by Bobby Rong and committed by GitHub 840dafd1 826cacf0

+7 -1
+6
maintainers/maintainer-list.nix
··· 9044 githubId = 116740; 9045 name = "Paweł Pacana"; 9046 }; 9047 pbogdan = { 9048 email = "ppbogdan@gmail.com"; 9049 github = "pbogdan";
··· 9044 githubId = 116740; 9045 name = "Paweł Pacana"; 9046 }; 9047 + pb- = { 9048 + email = "pbaecher@gmail.com"; 9049 + github = "pb-"; 9050 + githubId = 84886; 9051 + name = "Paul Baecher"; 9052 + }; 9053 pbogdan = { 9054 email = "ppbogdan@gmail.com"; 9055 github = "pbogdan";
+1 -1
pkgs/games/gotypist/default.nix
··· 21 ''; 22 homepage = "https://github.com/pb-/gotypist"; 23 license = licenses.mit; 24 - maintainers = [ "Paul Baecher" ]; 25 }; 26 }
··· 21 ''; 22 homepage = "https://github.com/pb-/gotypist"; 23 license = licenses.mit; 24 + maintainers = with maintainers; [ pb- ]; 25 }; 26 }