conkeror, added myself as maintainer

svn path=/nixpkgs/trunk/; revision=31760
This commit is contained in:
Florian Friesdorf 2012-01-21 18:28:48 +00:00
parent 0c01cddb03
commit c9a2081809

View File

@ -30,7 +30,7 @@ stdenv.mkDerivation {
''; '';
homepage = http://conkeror.org/; homepage = http://conkeror.org/;
license = [ "MPLv1.1" "GPLv2" "LGPLv2.1" ]; license = [ "MPLv1.1" "GPLv2" "LGPLv2.1" ];
maintainers = with stdenv.lib.maintainers; [ astsmtl ]; maintainers = with stdenv.lib.maintainers; [ astsmtl chaoflow ];
platforms = with stdenv.lib.platforms; linux; platforms = with stdenv.lib.platforms; linux;
}; };
} }