summary refs log tree commit diff
path: root/pkgs/applications/window-managers
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2022-06-19 12:07:43 +0200
committerMaximilian Bosch <maximilian@mbosch.me>2022-06-19 12:07:43 +0200
commitcdbc6e64e4d988184b83c25d46387f11d274b991 (patch)
tree3f54e149e82e188e0a5a6d401fae677ccd5659a7 /pkgs/applications/window-managers
parent2ea4d3721775fe0d08e82851e495497988bd7cc9 (diff)
downloadnixpkgs-cdbc6e64e4d988184b83c25d46387f11d274b991.tar
nixpkgs-cdbc6e64e4d988184b83c25d46387f11d274b991.tar.gz
nixpkgs-cdbc6e64e4d988184b83c25d46387f11d274b991.tar.bz2
nixpkgs-cdbc6e64e4d988184b83c25d46387f11d274b991.tar.lz
nixpkgs-cdbc6e64e4d988184b83c25d46387f11d274b991.tar.xz
nixpkgs-cdbc6e64e4d988184b83c25d46387f11d274b991.tar.zst
nixpkgs-cdbc6e64e4d988184b83c25d46387f11d274b991.zip
treewide: reduce maintenance workload for ma27
Note: I DO NOT resign from nixpkgs, not at all!

However, I like a clean notification inbox and I get a lot of stuff for
packages where I'm only an end-user or don't use them anymore and thus
can't help out that much.

So please consider it a measure to reduce the mental load for me when
going through my notifications ;-)
Diffstat (limited to 'pkgs/applications/window-managers')
-rw-r--r--pkgs/applications/window-managers/sway/default.nix2
-rw-r--r--pkgs/applications/window-managers/sway/lock-fancy.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/window-managers/sway/default.nix b/pkgs/applications/window-managers/sway/default.nix
index 1b662575134..61925e4ed0b 100644
--- a/pkgs/applications/window-managers/sway/default.nix
+++ b/pkgs/applications/window-managers/sway/default.nix
@@ -90,6 +90,6 @@ stdenv.mkDerivation rec {
     changelog   = "https://github.com/swaywm/sway/releases/tag/${version}";
     license     = licenses.mit;
     platforms   = platforms.linux;
-    maintainers = with maintainers; [ primeos synthetica ma27 ];
+    maintainers = with maintainers; [ primeos synthetica ];
   };
 }
diff --git a/pkgs/applications/window-managers/sway/lock-fancy.nix b/pkgs/applications/window-managers/sway/lock-fancy.nix
index 8ca1dd77877..2eb817b9b1f 100644
--- a/pkgs/applications/window-managers/sway/lock-fancy.nix
+++ b/pkgs/applications/window-managers/sway/lock-fancy.nix
@@ -46,6 +46,6 @@ in stdenv.mkDerivation rec {
     homepage = "https://github.com/Big-B/swaylock-fancy";
     license = licenses.mit;
     platforms = platforms.linux;
-    maintainers = with maintainers; [ ma27 ];
+    maintainers = with maintainers; [ ];
   };
 }