about summary refs log tree commit diff
path: root/pkgs/tools/X11
diff options
context:
space:
mode:
authorDomen Kožar <domen@enlambda.com>2023-10-27 11:32:53 +0100
committerGitHub <noreply@github.com>2023-10-27 11:32:53 +0100
commit690ae1f887dc5a4abb99a233560e0f46d0d45e7d (patch)
tree4a6dc1eda926bf6b7fa82efc1ae50ecaedf5a656 /pkgs/tools/X11
parentb24f546ebd40ab9bad7510b407b9ac13272ecaab (diff)
arandr: remove domenkozar as maintainer
Diffstat (limited to 'pkgs/tools/X11')
-rw-r--r--pkgs/tools/X11/arandr/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/X11/arandr/default.nix b/pkgs/tools/X11/arandr/default.nix
index fd47e357375f5..1421b2a028dae 100644
--- a/pkgs/tools/X11/arandr/default.nix
+++ b/pkgs/tools/X11/arandr/default.nix
@@ -35,6 +35,6 @@ buildPythonApplication rec {
     homepage = "https://christian.amsuess.com/tools/arandr/";
     description = "A simple visual front end for XRandR";
     license = licenses.gpl3;
-    maintainers = with maintainers; [ domenkozar gepbird ];
+    maintainers = with maintainers; [ gepbird ];
   };
 }