forked from mirrors/nixpkgs
python310Packages.auth0-python: add changelog to meta
This commit is contained in:
parent
76f942fb4a
commit
9ff557eaae
|
@ -26,8 +26,7 @@ buildPythonPackage rec {
|
|||
propagatedBuildInputs = [
|
||||
requests
|
||||
pyjwt
|
||||
]
|
||||
++ pyjwt.optional-dependencies.crypto;
|
||||
] ++ pyjwt.optional-dependencies.crypto;
|
||||
|
||||
nativeCheckInputs = [
|
||||
aiohttp
|
||||
|
@ -51,6 +50,7 @@ buildPythonPackage rec {
|
|||
meta = with lib; {
|
||||
description = "Auth0 Python SDK";
|
||||
homepage = "https://github.com/auth0/auth0-python";
|
||||
changelog = "https://github.com/auth0/auth0-python/blob/${version}/CHANGELOG.md";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ costrouc ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue