maintainers/teams: add golang

This commit is contained in:
zowoq
2020-06-16 08:05:11 +10:00
parent b586b07cfa
commit 3050bbe9d4
3 changed files with 16 additions and 2 deletions
+14
View File
@@ -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
+1 -1
View File
@@ -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;
};
}
+1 -1
View File
@@ -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;
};
}