python311Packages.authlib: adjust changelog entry
This commit is contained in:
@@ -49,6 +49,7 @@ buildPythonPackage rec {
|
|||||||
pythonImportsCheck = [
|
pythonImportsCheck = [
|
||||||
"authlib"
|
"authlib"
|
||||||
];
|
];
|
||||||
|
|
||||||
disabledTestPaths = [
|
disabledTestPaths = [
|
||||||
# Django tests require a running instance
|
# Django tests require a running instance
|
||||||
"tests/django/"
|
"tests/django/"
|
||||||
@@ -60,7 +61,7 @@ buildPythonPackage rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Library for building OAuth and OpenID Connect servers";
|
description = "Library for building OAuth and OpenID Connect servers";
|
||||||
homepage = "https://github.com/lepture/authlib";
|
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;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ flokli ];
|
maintainers = with maintainers; [ flokli ];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user