mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
go: Add myself as maintainer to receive Hydra notifications
This commit is contained in:
parent
e39b70dd79
commit
342fc9c207
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ stdenv.mkDerivation {
|
|||
homepage = http://golang.org/;
|
||||
description = "The Go Programming language";
|
||||
license = "BSD";
|
||||
maintainers = with stdenv.lib.maintainers; [ pierron viric ];
|
||||
maintainers = with stdenv.lib.maintainers; [ pierron viric wizeman ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue