Skip to content

Commit

Permalink
Merge pull request #90225 from zowoq/golang-team
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Jun 16, 2020
2 parents d028a64 + 3050bbe commit 5fea23b
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 2 deletions.
6 changes: 6 additions & 0 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1157,6 +1157,12 @@
githubId = 24417923;
name = "Renaud";
};
c00w = {
email = "nix@daedrum.net";
github = "c00w";
githubId = 486199;
name = "Colin";
};
c0deaddict = {
email = "josvanbakel@protonmail.com";
github = "c0deaddict";
Expand Down
14 changes: 14 additions & 0 deletions maintainers/team-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,20 @@ with lib.maintainers; {
scope = "Maintain Freedesktop.org packages for graphical desktop.";
};

golang = {
members = [
c00w
cstrahan
Frostman
kalbasit
mic92
orivej
rvolosatovs
zowoq
];
scope = "Maintain Golang compilers.";
};

gnome = {
members = [
hedning
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/compilers/go/1.13.nix
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ stdenv.mkDerivation rec {
homepage = "http://golang.org/";
description = "The Go Programming language";
license = licenses.bsd3;
maintainers = with maintainers; [ cstrahan orivej mic92 rvolosatovs kalbasit Frostman ];
maintainers = teams.golang.members;
platforms = platforms.linux ++ platforms.darwin;
};
}
2 changes: 1 addition & 1 deletion pkgs/development/compilers/go/1.14.nix
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ stdenv.mkDerivation rec {
homepage = "http://golang.org/";
description = "The Go Programming language";
license = licenses.bsd3;
maintainers = with maintainers; [ cstrahan orivej mic92 rvolosatovs kalbasit Frostman ];
maintainers = teams.golang.members;
platforms = platforms.linux ++ platforms.darwin;
};
}

0 comments on commit 5fea23b

Please sign in to comment.