about summary refs log tree commit diff
path: root/pkgs/development/python-modules/dogtail
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2023-01-31 15:21:37 +0100
committerJan Tojnar <jtojnar@gmail.com>2023-05-20 16:40:17 +0200
commita2f49342d860f6d0875598c3ff279881c9e283b6 (patch)
tree5e23255b8ac1abdd96963e2544fe9459530164ce /pkgs/development/python-modules/dogtail
parent897876e4c484f1e8f92009fd11b7d988a121a4e7 (diff)
treewide: Reduce jtojnar maintainership
Notably fwupd, pipewire and flatpak.
I want to focus on GNOME and other packages I still actually use.
Pipewire is still important but I have not touched the packaging in a while.
Diffstat (limited to 'pkgs/development/python-modules/dogtail')
-rw-r--r--pkgs/development/python-modules/dogtail/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/dogtail/default.nix b/pkgs/development/python-modules/dogtail/default.nix
index 2f8a02dc3ec61..e25bc5d23ae70 100644
--- a/pkgs/development/python-modules/dogtail/default.nix
+++ b/pkgs/development/python-modules/dogtail/default.nix
@@ -62,6 +62,6 @@ buildPythonPackage {
     description = "GUI test tool and automation framework that uses Accessibility technologies to communicate with desktop applications";
     homepage = "https://gitlab.com/dogtail/dogtail";
     license = lib.licenses.gpl2Only;
-    maintainers = with lib.maintainers; [ jtojnar ];
+    maintainers = with lib.maintainers; [ ];
   };
 }