about summary refs log tree commit diff
path: root/pkgs/applications/window-managers/qtile/default.nix
diff options
context:
space:
mode:
authorArjan Schrijver <github@anymore.nl>2023-03-13 16:19:06 +0100
committerArjan Schrijver <github@anymore.nl>2023-03-19 19:43:31 +0100
commitedc62383e460f56f1050d65d20d578b8dca631b2 (patch)
tree3858455c2b4673cbee71d6fb5df42545d07fd90b /pkgs/applications/window-managers/qtile/default.nix
parentfae831109185e5a2d0d78f1c7c62b36185b0657e (diff)
qtile: add myself as maintainer
Diffstat (limited to 'pkgs/applications/window-managers/qtile/default.nix')
-rw-r--r--pkgs/applications/window-managers/qtile/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/window-managers/qtile/default.nix b/pkgs/applications/window-managers/qtile/default.nix
index 71c7a63671c66..bfe88ed694c38 100644
--- a/pkgs/applications/window-managers/qtile/default.nix
+++ b/pkgs/applications/window-managers/qtile/default.nix
@@ -83,7 +83,7 @@ let
       license = licenses.mit;
       description = "A small, flexible, scriptable tiling window manager written in Python";
       platforms = platforms.linux;
-      maintainers = with maintainers; [ kamilchm ];
+      maintainers = with maintainers; [ kamilchm arjan-s ];
     };
   };
 in