about summary refs log tree commit diff
path: root/pkgs/desktops/plasma-5
diff options
context:
space:
mode:
authorSamuel Gräfenstein <s@muel.gr>2022-04-22 23:21:58 +0200
committerSamuel Gräfenstein <s@muel.gr>2022-04-22 23:21:58 +0200
commit0c890f586676a9c48a2c893c89334915d1fb1e4e (patch)
treefe68365cd58a73709d6342f2fb2182612fc77ae6 /pkgs/desktops/plasma-5
parent7a33f3d009d8e2817958ad1c434f59435fed3d1f (diff)
treewide: remove samuelgrf from maintainers
Diffstat (limited to 'pkgs/desktops/plasma-5')
-rw-r--r--pkgs/desktops/plasma-5/3rdparty/kwin/scripts/dynamic-workspaces.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/desktops/plasma-5/3rdparty/kwin/scripts/dynamic-workspaces.nix b/pkgs/desktops/plasma-5/3rdparty/kwin/scripts/dynamic-workspaces.nix
index cea788f264036..043f52c37efcf 100644
--- a/pkgs/desktops/plasma-5/3rdparty/kwin/scripts/dynamic-workspaces.nix
+++ b/pkgs/desktops/plasma-5/3rdparty/kwin/scripts/dynamic-workspaces.nix
@@ -32,7 +32,7 @@ mkDerivation rec {
   meta = with lib; {
     description = "KWin script that automatically adds/removes virtual desktops";
     license = licenses.bsd3;
-    maintainers = with maintainers; [ samuelgrf ];
+    maintainers = with maintainers; [ ];
     inherit (src.meta) homepage;
     inherit (kwindowsystem.meta) platforms;
   };