about summary refs log tree commit diff
path: root/pkgs/development/python-modules/bugwarrior
diff options
context:
space:
mode:
authorEric Bailey <eric@ericb.me>2023-10-31 12:12:54 -0500
committerEric Bailey <yurrriq@users.noreply.github.com>2023-10-31 12:18:44 -0500
commit120f97b1ea5deb213c1c112b8b5792302b22305f (patch)
tree2a3ce6a7b9969e5ae12301fe179701e40714aa7b /pkgs/development/python-modules/bugwarrior
parentd36ef80a8f97344f1f1d581e55b3d1ba720c9a59 (diff)
pythonPackages.bugwarrior: drop yurrriq from maintainers
Diffstat (limited to 'pkgs/development/python-modules/bugwarrior')
-rw-r--r--pkgs/development/python-modules/bugwarrior/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/bugwarrior/default.nix b/pkgs/development/python-modules/bugwarrior/default.nix
index 9beb8e9239ff8..89bb744eb785f 100644
--- a/pkgs/development/python-modules/bugwarrior/default.nix
+++ b/pkgs/development/python-modules/bugwarrior/default.nix
@@ -26,6 +26,6 @@ buildPythonPackage rec {
     description = "Sync github, bitbucket, bugzilla, and trac issues with taskwarrior";
     license = licenses.gpl3Plus;
     platforms = platforms.all;
-    maintainers = with maintainers; [ pierron yurrriq ];
+    maintainers = with maintainers; [ pierron ];
   };
 }