Merge pull request #90225 from zowoq/golang-team
This commit is contained in:
commit
5fea23b9c0
4 changed files with 22 additions and 2 deletions
|
@ -1157,6 +1157,12 @@
|
||||||
githubId = 24417923;
|
githubId = 24417923;
|
||||||
name = "Renaud";
|
name = "Renaud";
|
||||||
};
|
};
|
||||||
|
c00w = {
|
||||||
|
email = "nix@daedrum.net";
|
||||||
|
github = "c00w";
|
||||||
|
githubId = 486199;
|
||||||
|
name = "Colin";
|
||||||
|
};
|
||||||
c0deaddict = {
|
c0deaddict = {
|
||||||
email = "josvanbakel@protonmail.com";
|
email = "josvanbakel@protonmail.com";
|
||||||
github = "c0deaddict";
|
github = "c0deaddict";
|
||||||
|
|
|
@ -34,6 +34,20 @@ with lib.maintainers; {
|
||||||
scope = "Maintain Freedesktop.org packages for graphical desktop.";
|
scope = "Maintain Freedesktop.org packages for graphical desktop.";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
golang = {
|
||||||
|
members = [
|
||||||
|
c00w
|
||||||
|
cstrahan
|
||||||
|
Frostman
|
||||||
|
kalbasit
|
||||||
|
mic92
|
||||||
|
orivej
|
||||||
|
rvolosatovs
|
||||||
|
zowoq
|
||||||
|
];
|
||||||
|
scope = "Maintain Golang compilers.";
|
||||||
|
};
|
||||||
|
|
||||||
gnome = {
|
gnome = {
|
||||||
members = [
|
members = [
|
||||||
hedning
|
hedning
|
||||||
|
|
|
@ -236,7 +236,7 @@ stdenv.mkDerivation rec {
|
||||||
homepage = "http://golang.org/";
|
homepage = "http://golang.org/";
|
||||||
description = "The Go Programming language";
|
description = "The Go Programming language";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ cstrahan orivej mic92 rvolosatovs kalbasit Frostman ];
|
maintainers = teams.golang.members;
|
||||||
platforms = platforms.linux ++ platforms.darwin;
|
platforms = platforms.linux ++ platforms.darwin;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -236,7 +236,7 @@ stdenv.mkDerivation rec {
|
||||||
homepage = "http://golang.org/";
|
homepage = "http://golang.org/";
|
||||||
description = "The Go Programming language";
|
description = "The Go Programming language";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ cstrahan orivej mic92 rvolosatovs kalbasit Frostman ];
|
maintainers = teams.golang.members;
|
||||||
platforms = platforms.linux ++ platforms.darwin;
|
platforms = platforms.linux ++ platforms.darwin;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue