Merge pull request #20122 from hiberno/hiberno-remove-maintainership

Remove myself as maintainer.
This commit is contained in:
Joachim F
2016-11-03 13:04:09 +01:00
committed by GitHub
10 changed files with 3 additions and 11 deletions

View File

@@ -34,6 +34,5 @@ stdenv.mkDerivation rec {
description = "A multiprocess audio converter that supports many formats (FLAC, MP3, Ogg Vorbis, Windows codecs and many more)";
license = licenses.gpl3;
platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ hiberno ];
};
}

View File

@@ -23,8 +23,6 @@ stdenv.mkDerivation rec {
description = "Curses-based interface for MPD (music player daemon)";
homepage = http://www.musicpd.org/clients/ncmpc/;
license = licenses.gpl2Plus;
maintainers = with maintainers; [ hiberno ];
platforms = platforms.all;
};
}

View File

@@ -30,7 +30,6 @@ stdenv.mkDerivation rec {
'';
homepage = https://github.com/cdemoulins/pamixer;
license = licenses.gpl3;
maintainers = with maintainers; [ hiberno ];
platforms = platforms.linux;
};
}

View File

@@ -48,6 +48,6 @@ stdenv.mkDerivation rec {
homepage = http://www.neomutt.org;
license = stdenv.lib.licenses.gpl2Plus;
platforms = platforms.unix;
maintainers = with maintainers; [ hiberno cstrahan vrthra ];
maintainers = with maintainers; [ cstrahan vrthra ];
};
}

View File

@@ -17,7 +17,6 @@ stdenv.mkDerivation rec {
meta = {
description = "A lightweight xcb based bar with XFT-support";
homepage = https://github.com/krypt-n/bar;
maintainers = [ stdenv.lib.maintainers.hiberno ];
license = "Custom";
platforms = stdenv.lib.platforms.linux;
};

View File

@@ -90,7 +90,7 @@ stdenv.mkDerivation rec {
description = "A tiling window manager for X11";
homepage = https://github.com/stumpwm/;
license = licenses.gpl2Plus;
maintainers = with maintainers; [ hiberno the-kenny ];
maintainers = with maintainers; [ the-kenny ];
platforms = platforms.linux;
};
}

View File

@@ -32,7 +32,6 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A modern and lightweight status bar for X window managers";
homepage = "https://github.com/geommer/yabar";
maintainers = [ maintainers.hiberno ];
license = licenses.mit;
platforms = platforms.linux;
};