treewide: Remove myself from maintainers on some packages (#78027)

This commit is contained in:
Ivan Kozik 2020-01-19 17:18:34 +00:00 committed by Dmitry Kalinkin
parent b1f7e20ca8
commit 76ab11518d
5 changed files with 5 additions and 5 deletions

View File

@ -23,7 +23,7 @@ mkDerivation {
homepage = https://github.com/ludios/qolibri; homepage = https://github.com/ludios/qolibri;
description = "EPWING reader for viewing Japanese dictionaries"; description = "EPWING reader for viewing Japanese dictionaries";
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ ivan ]; maintainers = with maintainers; [ ];
license = licenses.gpl2; license = licenses.gpl2;
}; };
} }

View File

@ -61,7 +61,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; [ bendlas ivan thefloweringash ]; maintainers = with maintainers; [ bendlas thefloweringash ];
license = if enableWideVine then licenses.unfree else licenses.bsd3; license = if enableWideVine then licenses.unfree else licenses.bsd3;
platforms = platforms.linux; platforms = platforms.linux;
hydraPlatforms = if channel == "stable" then ["aarch64-linux" "x86_64-linux"] else []; hydraPlatforms = if channel == "stable" then ["aarch64-linux" "x86_64-linux"] else [];

View File

@ -234,7 +234,7 @@ in stdenv.mkDerivation rec {
description = "A media player that supports many video formats (MPlayer and mplayer2 fork)"; description = "A media player that supports many video formats (MPlayer and mplayer2 fork)";
homepage = https://mpv.io; homepage = https://mpv.io;
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ AndersonTorres fpletz globin ivan ma27 tadeokondrak ]; maintainers = with maintainers; [ AndersonTorres fpletz globin ma27 tadeokondrak ];
platforms = platforms.darwin ++ platforms.linux; platforms = platforms.darwin ++ platforms.linux;
longDescription = '' longDescription = ''

View File

@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A small and embeddable Javascript engine"; description = "A small and embeddable Javascript engine";
homepage = "https://bellard.org/quickjs/"; homepage = "https://bellard.org/quickjs/";
maintainers = with maintainers; [ stesie ivan ]; maintainers = with maintainers; [ stesie ];
platforms = platforms.linux; platforms = platforms.linux;
license = licenses.mit; license = licenses.mit;
}; };

View File

@ -51,6 +51,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/duncanthrax/scream"; homepage = "https://github.com/duncanthrax/scream";
license = licenses.mspl; license = licenses.mspl;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = [ maintainers.ivan ]; maintainers = with maintainers; [ ];
}; };
} }