go: Add myself as maintainer to receive Hydra notifications

This commit is contained in:
Ricardo M. Correia 2014-03-27 12:15:54 +01:00
parent e39b70dd79
commit 342fc9c207

View file

@ -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;
};
}