Update my maintainership

This commit is contained in:
Ricardo M. Correia 2014-11-29 02:14:36 +01:00
parent a83eb0f2a1
commit d4b4bae307
8 changed files with 4 additions and 8 deletions

View File

@ -35,7 +35,7 @@ mkChromiumDerivation (base: 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 wizeman ]; maintainers = with maintainers; [ goibhniu chaoflow aszlig ];
license = licenses.bsd3; license = licenses.bsd3;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View File

@ -97,7 +97,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Web browser"; description = "Web browser";
homepage = http://www.mozilla.com/en-US/firefox/; homepage = http://www.mozilla.com/en-US/firefox/;
maintainers = with lib.maintainers; [ eelco wizeman ]; maintainers = with lib.maintainers; [ eelco ];
platforms = lib.platforms.linux; platforms = lib.platforms.linux;
}; };

View File

@ -90,7 +90,6 @@ 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/;
maintainers = with stdenv.lib.maintainers; [ wizeman ];
license = stdenv.lib.licenses.unfree; license = stdenv.lib.licenses.unfree;
}; };
} }

View File

@ -83,7 +83,7 @@ stdenv.mkDerivation {
homepage = http://golang.org/; homepage = http://golang.org/;
description = "The Go Programming language"; description = "The Go Programming language";
license = "BSD"; license = "BSD";
maintainers = with stdenv.lib.maintainers; [ pierron viric wizeman ]; maintainers = with stdenv.lib.maintainers; [ pierron viric ];
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
}; };
} }

View File

@ -26,7 +26,7 @@
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://www.rust-lang.org/; homepage = http://www.rust-lang.org/;
description = "A safe, concurrent, practical language"; description = "A safe, concurrent, practical language";
maintainers = with maintainers; [ madjar cstrahan ]; maintainers = with maintainers; [ madjar cstrahan wizeman ];
license = map (builtins.getAttr "shortName") [ licenses.mit licenses.asl20 ]; license = map (builtins.getAttr "shortName") [ licenses.mit licenses.asl20 ];
platforms = platforms.linux; platforms = platforms.linux;
}; };

View File

@ -62,7 +62,6 @@ stdenv.mkDerivation rec {
versions of Linux (and other OSes) versions of Linux (and other OSes)
''; '';
license = licenses.lgpl2Plus; license = licenses.lgpl2Plus;
maintainers = with maintainers; [ wizeman ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -16,7 +16,6 @@ stdenv.mkDerivation rec {
homepage = https://code.google.com/p/npapi-sdk/; homepage = https://code.google.com/p/npapi-sdk/;
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ wizeman ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -31,6 +31,5 @@ stdenv.mkDerivation rec {
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
homepage = http://nethogs.sourceforge.net/; homepage = http://nethogs.sourceforge.net/;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ wizeman ];
}; };
} }