about summary refs log tree commit diff
path: root/pkgs/applications/window-managers
diff options
context:
space:
mode:
authorChristian Harke <christian@harke.ch>2023-11-26 16:54:49 +0100
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2023-11-30 06:45:26 +0100
commit916666515a9418eafb503f0092c1bcf5fb855f56 (patch)
treeaf191ef756d10283faf491e0b735aad874f3b017 /pkgs/applications/window-managers
parentc9551b210fbcb8bdee699f53f12d4bafc2951ff1 (diff)
maintainers: christianharke -> rake5k
I changed my GH user handle in the meantime, this fixes the discrepancy
stemming from it.
Diffstat (limited to 'pkgs/applications/window-managers')
-rw-r--r--pkgs/applications/window-managers/spectrwm/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/window-managers/spectrwm/default.nix b/pkgs/applications/window-managers/spectrwm/default.nix
index 7c4a1faddb319..ac7f559f8a6b4 100644
--- a/pkgs/applications/window-managers/spectrwm/default.nix
+++ b/pkgs/applications/window-managers/spectrwm/default.nix
@@ -31,7 +31,7 @@ stdenv.mkDerivation {
   meta = with lib; {
     description = "A tiling window manager";
     homepage    = "https://github.com/conformal/spectrwm";
-    maintainers = with maintainers; [ christianharke ];
+    maintainers = with maintainers; [ rake5k ];
     license     = licenses.isc;
     platforms   = platforms.all;