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 = {
description = "An open source web browser from Google";
homepage = http://www.chromium.org/;
maintainers = with maintainers; [ goibhniu chaoflow aszlig ];
maintainers = with maintainers; [ goibhniu chaoflow aszlig wizeman ];
license = licenses.bsd3;
platforms = platforms.linux;
};

View file

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

View file

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

View file

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