Add myself as maintainer of pkgs I wish to keep up-to-date

This commit is contained in:
Ricardo M. Correia 2014-03-14 21:18:16 +01:00
parent a0d574f19b
commit 17b473449b
4 changed files with 4 additions and 3 deletions

View File

@ -275,7 +275,7 @@ in stdenv.mkDerivation rec {
meta = { meta = {
description = "An open source web browser from Google"; description = "An open source web browser from Google";
homepage = http://www.chromium.org/; homepage = http://www.chromium.org/;
maintainers = with maintainers; [ goibhniu chaoflow aszlig ]; maintainers = with maintainers; [ goibhniu chaoflow aszlig wizeman ];
license = licenses.bsd3; license = licenses.bsd3;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View File

@ -195,7 +195,7 @@ rec {
meta = { meta = {
description = "Mozilla Firefox - the browser, reloaded"; description = "Mozilla Firefox - the browser, reloaded";
homepage = http://www.mozilla.com/en-US/firefox/; homepage = http://www.mozilla.com/en-US/firefox/;
maintainers = [ stdenv.lib.maintainers.eelco ]; maintainers = with stdenv.lib.maintainers; [ eelco wizeman ];
}; };
passthru = { passthru = {

View File

@ -88,6 +88,7 @@ stdenv.mkDerivation {
meta = { meta = {
description = "Adobe Flash Player browser plugin"; description = "Adobe Flash Player browser plugin";
homepage = http://www.adobe.com/products/flashplayer/; homepage = http://www.adobe.com/products/flashplayer/;
maintainer = with stdenv.lib.maintainers; [ wizeman ];
license = "unfree"; license = "unfree";
}; };
} }

View File

@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
''; '';
homepage = http://www.transmissionbt.com/; homepage = http://www.transmissionbt.com/;
license = licenses.gpl2; # parts are under MIT license = licenses.gpl2; # parts are under MIT
maintainers = with maintainers; [ astsmtl vcunat ]; maintainers = with maintainers; [ astsmtl vcunat wizeman ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }