Merge pull request #90225 from zowoq/golang-team

authored by

Jörg Thalheim and committed by
GitHub
5fea23b9 d028a64e

+22 -2
+6
maintainers/maintainer-list.nix
··· 1157 1157 githubId = 24417923; 1158 1158 name = "Renaud"; 1159 1159 }; 1160 + c00w = { 1161 + email = "nix@daedrum.net"; 1162 + github = "c00w"; 1163 + githubId = 486199; 1164 + name = "Colin"; 1165 + }; 1160 1166 c0deaddict = { 1161 1167 email = "josvanbakel@protonmail.com"; 1162 1168 github = "c0deaddict";
+14
maintainers/team-list.nix
··· 34 34 scope = "Maintain Freedesktop.org packages for graphical desktop."; 35 35 }; 36 36 37 + golang = { 38 + members = [ 39 + c00w 40 + cstrahan 41 + Frostman 42 + kalbasit 43 + mic92 44 + orivej 45 + rvolosatovs 46 + zowoq 47 + ]; 48 + scope = "Maintain Golang compilers."; 49 + }; 50 + 37 51 gnome = { 38 52 members = [ 39 53 hedning
+1 -1
pkgs/development/compilers/go/1.13.nix
··· 236 236 homepage = "http://golang.org/"; 237 237 description = "The Go Programming language"; 238 238 license = licenses.bsd3; 239 - maintainers = with maintainers; [ cstrahan orivej mic92 rvolosatovs kalbasit Frostman ]; 239 + maintainers = teams.golang.members; 240 240 platforms = platforms.linux ++ platforms.darwin; 241 241 }; 242 242 }
+1 -1
pkgs/development/compilers/go/1.14.nix
··· 236 236 homepage = "http://golang.org/"; 237 237 description = "The Go Programming language"; 238 238 license = licenses.bsd3; 239 - maintainers = with maintainers; [ cstrahan orivej mic92 rvolosatovs kalbasit Frostman ]; 239 + maintainers = teams.golang.members; 240 240 platforms = platforms.linux ++ platforms.darwin; 241 241 }; 242 242 }