summary refs log tree commit diff
path: root/pkgs/applications/window-managers
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 /pkgs/applications/window-managers
parentb6bd555c66cfad421e61ae0cf82a0be50be67cc2 (diff)
downloadnixlib-2d524a37f85dcb00ab85f645479cb11f771022af.tar
nixlib-2d524a37f85dcb00ab85f645479cb11f771022af.tar.gz
nixlib-2d524a37f85dcb00ab85f645479cb11f771022af.tar.bz2
nixlib-2d524a37f85dcb00ab85f645479cb11f771022af.tar.lz
nixlib-2d524a37f85dcb00ab85f645479cb11f771022af.tar.xz
nixlib-2d524a37f85dcb00ab85f645479cb11f771022af.tar.zst
nixlib-2d524a37f85dcb00ab85f645479cb11f771022af.zip
Remove myself as maintainer.
Diffstat (limited to 'pkgs/applications/window-managers')
-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
3 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/applications/window-managers/lemonbar/xft.nix b/pkgs/applications/window-managers/lemonbar/xft.nix
index 132c10ae9733..a1334112cf98 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 2ce69a68f322..ac577385ad47 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 c199cf6c01b0..34d424252530 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;
   };