chromium, added myself as maintainer

svn path=/nixpkgs/trunk/; revision=31758
This commit is contained in:
Florian Friesdorf 2012-01-21 18:28:39 +00:00
parent f8eee42a66
commit 98613aa43d

View file

@ -61,7 +61,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Chromium, an open source web browser";
homepage = http://www.chromium.org/;
maintainers = [ maintainers.goibhniu ];
maintainers = with stdenv.lib.maintainers; [ goibhniu chaoflow ];
license = licenses.bsd3;
};
}