summary refs log tree commit diff
diff options
context:
space:
mode:
authorChristian Lask <christian@hiberno.net>2016-11-03 11:54:54 +0100
committerChristian Lask <christian@hiberno.net>2016-11-03 11:54:54 +0100
commit2d524a37f85dcb00ab85f645479cb11f771022af (patch)
tree1606b4847fc3e682f4da81879f29fe86a5f50b84
parentb6bd555c66cfad421e61ae0cf82a0be50be67cc2 (diff)
downloadnixpkgs-2d524a37f85dcb00ab85f645479cb11f771022af.tar
nixpkgs-2d524a37f85dcb00ab85f645479cb11f771022af.tar.gz
nixpkgs-2d524a37f85dcb00ab85f645479cb11f771022af.tar.bz2
nixpkgs-2d524a37f85dcb00ab85f645479cb11f771022af.tar.lz
nixpkgs-2d524a37f85dcb00ab85f645479cb11f771022af.tar.xz
nixpkgs-2d524a37f85dcb00ab85f645479cb11f771022af.tar.zst
nixpkgs-2d524a37f85dcb00ab85f645479cb11f771022af.zip
Remove myself as maintainer.
-rw-r--r--lib/maintainers.nix1
-rw-r--r--pkgs/applications/audio/caudec/default.nix1
-rw-r--r--pkgs/applications/audio/ncmpc/default.nix2
-rw-r--r--pkgs/applications/audio/pamixer/default.nix1
-rw-r--r--pkgs/applications/networking/mailreaders/neomutt/default.nix2
-rw-r--r--pkgs/applications/window-managers/lemonbar/xft.nix1
-rw-r--r--pkgs/applications/window-managers/stumpwm/default.nix2
-rw-r--r--pkgs/applications/window-managers/yabar/default.nix1
-rw-r--r--pkgs/data/fonts/mononoki/default.nix1
-rw-r--r--pkgs/tools/security/pass/rofi-pass.nix2
10 files changed, 3 insertions, 11 deletions
diff --git a/lib/maintainers.nix b/lib/maintainers.nix
index 5a5d58e6f96..cf996b6c32d 100644
--- a/lib/maintainers.nix
+++ b/lib/maintainers.nix
@@ -187,7 +187,6 @@
   hbunke = "Hendrik Bunke <bunke.hendrik@gmail.com>";
   hce = "Hans-Christian Esperer <hc@hcesperer.org>";
   henrytill = "Henry Till <henrytill@gmail.com>";
-  hiberno = "Christian Lask <hiberno@hiberno.net>";
   hinton = "Tom Hinton <t@larkery.com>";
   hrdinka = "Christoph Hrdinka <c.nix@hrdinka.at>";
   iand675 = "Ian Duncan <ian@iankduncan.com>";
diff --git a/pkgs/applications/audio/caudec/default.nix b/pkgs/applications/audio/caudec/default.nix
index 3488d8fb38f..04f0f9d3025 100644
--- a/pkgs/applications/audio/caudec/default.nix
+++ b/pkgs/applications/audio/caudec/default.nix
@@ -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 ];
   };
 }
diff --git a/pkgs/applications/audio/ncmpc/default.nix b/pkgs/applications/audio/ncmpc/default.nix
index 6c53d1fe755..31185c0d0c2 100644
--- a/pkgs/applications/audio/ncmpc/default.nix
+++ b/pkgs/applications/audio/ncmpc/default.nix
@@ -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;
   };
 }
-
diff --git a/pkgs/applications/audio/pamixer/default.nix b/pkgs/applications/audio/pamixer/default.nix
index 56db4e8352e..fa25a474c1d 100644
--- a/pkgs/applications/audio/pamixer/default.nix
+++ b/pkgs/applications/audio/pamixer/default.nix
@@ -30,7 +30,6 @@ stdenv.mkDerivation rec {
     '';
     homepage = https://github.com/cdemoulins/pamixer;
     license = licenses.gpl3;
-    maintainers = with maintainers; [ hiberno ];
     platforms = platforms.linux;
   };
 }
diff --git a/pkgs/applications/networking/mailreaders/neomutt/default.nix b/pkgs/applications/networking/mailreaders/neomutt/default.nix
index c1c7947cd0a..e3cbd17e267 100644
--- a/pkgs/applications/networking/mailreaders/neomutt/default.nix
+++ b/pkgs/applications/networking/mailreaders/neomutt/default.nix
@@ -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 ];
   };
 }
diff --git a/pkgs/applications/window-managers/lemonbar/xft.nix b/pkgs/applications/window-managers/lemonbar/xft.nix
index 132c10ae973..a1334112cf9 100644
--- a/pkgs/applications/window-managers/lemonbar/xft.nix
+++ b/pkgs/applications/window-managers/lemonbar/xft.nix
@@ -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;
   };
diff --git a/pkgs/applications/window-managers/stumpwm/default.nix b/pkgs/applications/window-managers/stumpwm/default.nix
index 2ce69a68f32..ac577385ad4 100644
--- a/pkgs/applications/window-managers/stumpwm/default.nix
+++ b/pkgs/applications/window-managers/stumpwm/default.nix
@@ -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;
   };
 }
diff --git a/pkgs/applications/window-managers/yabar/default.nix b/pkgs/applications/window-managers/yabar/default.nix
index c199cf6c01b..34d42425253 100644
--- a/pkgs/applications/window-managers/yabar/default.nix
+++ b/pkgs/applications/window-managers/yabar/default.nix
@@ -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;
   };
diff --git a/pkgs/data/fonts/mononoki/default.nix b/pkgs/data/fonts/mononoki/default.nix
index fe429fe1df8..d93c0fb96d4 100644
--- a/pkgs/data/fonts/mononoki/default.nix
+++ b/pkgs/data/fonts/mononoki/default.nix
@@ -21,7 +21,6 @@ stdenv.mkDerivation rec {
     homepage = https://github.com/madmalik/mononoki;
     description = "A font for programming and code review";
     license = licenses.ofl;
-    maintainers = [ maintainers.hiberno ];
     platforms = platforms.all;
   };
 }
diff --git a/pkgs/tools/security/pass/rofi-pass.nix b/pkgs/tools/security/pass/rofi-pass.nix
index 64c12dc6e5e..165091d934a 100644
--- a/pkgs/tools/security/pass/rofi-pass.nix
+++ b/pkgs/tools/security/pass/rofi-pass.nix
@@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
   meta = {
     description = "A script to make rofi work with password-store";
     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;
     platforms = with stdenv.lib.platforms; linux;
   };