go: Add rvolosatovs to maintainers
This commit is contained in:
parent
adf5588512
commit
7fd4ec66e7
@ -226,7 +226,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 velovix mic92 ];
|
maintainers = with maintainers; [ cstrahan orivej velovix mic92 rvolosatovs ];
|
||||||
platforms = platforms.linux ++ platforms.darwin;
|
platforms = platforms.linux ++ platforms.darwin;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -233,7 +233,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 velovix mic92 ];
|
maintainers = with maintainers; [ cstrahan orivej velovix mic92 rvolosatovs ];
|
||||||
platforms = platforms.linux ++ platforms.darwin;
|
platforms = platforms.linux ++ platforms.darwin;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user