about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-08-07 08:33:52 +0200
committerGitHub <noreply@github.com>2023-08-07 08:33:52 +0200
commit2f670c3a82a2564e1eab77120726ca03f2bafd73 (patch)
tree2138144677eab99527374e2fb1c987c4397d8e03 /pkgs
parenta94a144de0d2318ea7df5ead4dd6900423a0984d (diff)
downloadnixlib-2f670c3a82a2564e1eab77120726ca03f2bafd73.tar
nixlib-2f670c3a82a2564e1eab77120726ca03f2bafd73.tar.gz
nixlib-2f670c3a82a2564e1eab77120726ca03f2bafd73.tar.bz2
nixlib-2f670c3a82a2564e1eab77120726ca03f2bafd73.tar.lz
nixlib-2f670c3a82a2564e1eab77120726ca03f2bafd73.tar.xz
nixlib-2f670c3a82a2564e1eab77120726ca03f2bafd73.tar.zst
nixlib-2f670c3a82a2564e1eab77120726ca03f2bafd73.zip
python311Packages.authlib: adjust changelog entry
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/authlib/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/authlib/default.nix b/pkgs/development/python-modules/authlib/default.nix
index 8b6a0ad9465a..325fe6c0894a 100644
--- a/pkgs/development/python-modules/authlib/default.nix
+++ b/pkgs/development/python-modules/authlib/default.nix
@@ -49,6 +49,7 @@ buildPythonPackage rec {
   pythonImportsCheck = [
     "authlib"
   ];
+
   disabledTestPaths = [
     # Django tests require a running instance
     "tests/django/"
@@ -60,7 +61,7 @@ buildPythonPackage rec {
   meta = with lib; {
     description = "Library for building OAuth and OpenID Connect servers";
     homepage = "https://github.com/lepture/authlib";
-    changelog = "https://github.com/lepture/authlib/releases/tag/v${version}";
+    changelog = "https://github.com/lepture/authlib/blob/v${version}/docs/changelog.rst";
     license = licenses.bsd3;
     maintainers = with maintainers; [ flokli ];
   };