python310Packages.authlib: add changelog to meta

This commit is contained in:
Fabian Affolter
2022-12-10 11:27:58 +01:00
committed by GitHub
parent c5a5732659
commit 8344efbbf8
@@ -60,6 +60,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}";
license = licenses.bsd3;
maintainers = with maintainers; [ flokli ];
};