diff options
| author | c0bw3b <c0bw3b@users.noreply.github.com> | 2019-12-08 17:50:31 +0100 |
|---|---|---|
| committer | Jon <jonringer@users.noreply.github.com> | 2019-12-08 10:21:29 -0800 |
| commit | 69b393ace512f7d08e31ff2b02b015d39f49fcdf (patch) | |
| tree | c84be8f01c69b75d031252ef72ee5334504f1a45 /pkgs/development/python-modules/bugz | |
| parent | Merge pull request #69058 from dtzWill/update/graphviz-2.42.2 (diff) | |
| download | nixpkgs-69b393ace512f7d08e31ff2b02b015d39f49fcdf.tar.gz | |
Treewide: update some problematic homepages
These URLs are reported as problematic by Repology.
It could be a permanent redirection
or the page does not exist anymore
Diffstat (limited to 'pkgs/development/python-modules/bugz')
| -rw-r--r-- | pkgs/development/python-modules/bugz/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/bugz/default.nix b/pkgs/development/python-modules/bugz/default.nix index 57ec37285744..abfde52ef5f7 100644 --- a/pkgs/development/python-modules/bugz/default.nix +++ b/pkgs/development/python-modules/bugz/default.nix @@ -17,7 +17,7 @@ buildPythonPackage { doCheck = false; meta = with stdenv.lib; { - homepage = http://www.liquidx.net/pybugz/; + homepage = "https://github.com/williamh/pybugz"; description = "Command line interface for Bugzilla"; license = licenses.gpl2; maintainers = [ maintainers.costrouc ]; |
