summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorTimo Kaufmann <timokau@zoho.com>2018-09-03 23:59:50 +0200
committerGitHub <noreply@github.com>2018-09-03 23:59:50 +0200
commit4e6cb86bdccac04d85343328e78e74d77444fd78 (patch)
tree2d6683bcc8b51105301e073a68bad0f9dd81ff05 /pkgs
parent96375d20bc9664f2b1086137486c315200a9a3f7 (diff)
parent9692b7997c0b7349f75aecc897a0da43bc4eeda3 (diff)
downloadnixlib-4e6cb86bdccac04d85343328e78e74d77444fd78.tar
nixlib-4e6cb86bdccac04d85343328e78e74d77444fd78.tar.gz
nixlib-4e6cb86bdccac04d85343328e78e74d77444fd78.tar.bz2
nixlib-4e6cb86bdccac04d85343328e78e74d77444fd78.tar.lz
nixlib-4e6cb86bdccac04d85343328e78e74d77444fd78.tar.xz
nixlib-4e6cb86bdccac04d85343328e78e74d77444fd78.tar.zst
nixlib-4e6cb86bdccac04d85343328e78e74d77444fd78.zip
Merge pull request #46015 from leenaars/authres
pythonPackages.authres: fix broken homepage
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/authres/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/authres/default.nix b/pkgs/development/python-modules/authres/default.nix
index b5aad787dfbf..a0ec276f22d7 100644
--- a/pkgs/development/python-modules/authres/default.nix
+++ b/pkgs/development/python-modules/authres/default.nix
@@ -21,7 +21,7 @@ buildPythonPackage rec {
       Authentication-Results Headers generation and parsing for
       Python/Python3.
     '';
-    homepage = https://launchpad.net/authres;
+    homepage = https://launchpad.net/authentication-results-python;
     license = licenses.bsd3;
     maintainers = with maintainers; [ leenaars ];
   };