about summary refs log tree commit diff
path: root/pkgs/development/python-modules/bugwarrior
diff options
context:
space:
mode:
authorMarkus S. Wamser <github-dev@mail2013.wamser.eu>2023-12-09 21:44:00 +0100
committerMarkus S. Wamser <github-dev@mail2013.wamser.eu>2023-12-09 22:20:15 +0100
commitb4706322a14cf3d6d53564afa2a77113dc93691a (patch)
treed193d2a4710b82b8efd1c1778b8d11768e3f7dea /pkgs/development/python-modules/bugwarrior
parentb0c0cf30c15841def62ed6a6379b4e67de922f6c (diff)
bugwarrior: update homepage
bugwarrior has been migrated to GothenburgBitFactory
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 87f3af3a4c463..3e66455de7b50 100644
--- a/pkgs/development/python-modules/bugwarrior/default.nix
+++ b/pkgs/development/python-modules/bugwarrior/default.nix
@@ -23,7 +23,7 @@ buildPythonPackage rec {
   doCheck = false;
 
   meta = with lib; {
-    homepage = "https://github.com/ralphbean/bugwarrior";
+    homepage = "https://github.com/GothenburgBitFactory/bugwarrior";
     description = "Sync github, bitbucket, bugzilla, and trac issues with taskwarrior";
     license = licenses.gpl3Plus;
     platforms = platforms.all;