mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
Remove myself as maintainer.
This commit is contained in:
parent
b6bd555c66
commit
2d524a37f8
|
@ -187,7 +187,6 @@
|
||||||
hbunke = "Hendrik Bunke <bunke.hendrik@gmail.com>";
|
hbunke = "Hendrik Bunke <bunke.hendrik@gmail.com>";
|
||||||
hce = "Hans-Christian Esperer <hc@hcesperer.org>";
|
hce = "Hans-Christian Esperer <hc@hcesperer.org>";
|
||||||
henrytill = "Henry Till <henrytill@gmail.com>";
|
henrytill = "Henry Till <henrytill@gmail.com>";
|
||||||
hiberno = "Christian Lask <hiberno@hiberno.net>";
|
|
||||||
hinton = "Tom Hinton <t@larkery.com>";
|
hinton = "Tom Hinton <t@larkery.com>";
|
||||||
hrdinka = "Christoph Hrdinka <c.nix@hrdinka.at>";
|
hrdinka = "Christoph Hrdinka <c.nix@hrdinka.at>";
|
||||||
iand675 = "Ian Duncan <ian@iankduncan.com>";
|
iand675 = "Ian Duncan <ian@iankduncan.com>";
|
||||||
|
|
|
@ -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)";
|
description = "A multiprocess audio converter that supports many formats (FLAC, MP3, Ogg Vorbis, Windows codecs and many more)";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
platforms = platforms.linux ++ platforms.darwin;
|
platforms = platforms.linux ++ platforms.darwin;
|
||||||
maintainers = with maintainers; [ hiberno ];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -23,8 +23,6 @@ stdenv.mkDerivation rec {
|
||||||
description = "Curses-based interface for MPD (music player daemon)";
|
description = "Curses-based interface for MPD (music player daemon)";
|
||||||
homepage = http://www.musicpd.org/clients/ncmpc/;
|
homepage = http://www.musicpd.org/clients/ncmpc/;
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = with maintainers; [ hiberno ];
|
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -30,7 +30,6 @@ stdenv.mkDerivation rec {
|
||||||
'';
|
'';
|
||||||
homepage = https://github.com/cdemoulins/pamixer;
|
homepage = https://github.com/cdemoulins/pamixer;
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
maintainers = with maintainers; [ hiberno ];
|
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -48,6 +48,6 @@ stdenv.mkDerivation rec {
|
||||||
homepage = http://www.neomutt.org;
|
homepage = http://www.neomutt.org;
|
||||||
license = stdenv.lib.licenses.gpl2Plus;
|
license = stdenv.lib.licenses.gpl2Plus;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ hiberno cstrahan vrthra ];
|
maintainers = with maintainers; [ cstrahan vrthra ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,7 +17,6 @@ stdenv.mkDerivation rec {
|
||||||
meta = {
|
meta = {
|
||||||
description = "A lightweight xcb based bar with XFT-support";
|
description = "A lightweight xcb based bar with XFT-support";
|
||||||
homepage = https://github.com/krypt-n/bar;
|
homepage = https://github.com/krypt-n/bar;
|
||||||
maintainers = [ stdenv.lib.maintainers.hiberno ];
|
|
||||||
license = "Custom";
|
license = "Custom";
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
|
|
|
@ -90,7 +90,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "A tiling window manager for X11";
|
description = "A tiling window manager for X11";
|
||||||
homepage = https://github.com/stumpwm/;
|
homepage = https://github.com/stumpwm/;
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = with maintainers; [ hiberno the-kenny ];
|
maintainers = with maintainers; [ the-kenny ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -32,7 +32,6 @@ stdenv.mkDerivation rec {
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A modern and lightweight status bar for X window managers";
|
description = "A modern and lightweight status bar for X window managers";
|
||||||
homepage = "https://github.com/geommer/yabar";
|
homepage = "https://github.com/geommer/yabar";
|
||||||
maintainers = [ maintainers.hiberno ];
|
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
|
|
|
@ -21,7 +21,6 @@ stdenv.mkDerivation rec {
|
||||||
homepage = https://github.com/madmalik/mononoki;
|
homepage = https://github.com/madmalik/mononoki;
|
||||||
description = "A font for programming and code review";
|
description = "A font for programming and code review";
|
||||||
license = licenses.ofl;
|
license = licenses.ofl;
|
||||||
maintainers = [ maintainers.hiberno ];
|
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
|
||||||
meta = {
|
meta = {
|
||||||
description = "A script to make rofi work with password-store";
|
description = "A script to make rofi work with password-store";
|
||||||
homepage = https://github.com/carnager/rofi-pass;
|
homepage = https://github.com/carnager/rofi-pass;
|
||||||
maintainers = with stdenv.lib.maintainers; [ hiberno the-kenny ];
|
maintainers = with stdenv.lib.maintainers; [ the-kenny ];
|
||||||
license = stdenv.lib.licenses.gpl3;
|
license = stdenv.lib.licenses.gpl3;
|
||||||
platforms = with stdenv.lib.platforms; linux;
|
platforms = with stdenv.lib.platforms; linux;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue