diff options
| author | Fabian Affolter <mail@fabian-affolter.ch> | 2023-04-28 09:09:52 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-28 09:09:52 +0200 |
| commit | 9ff557eaaea77c00c6de660e13614af758abbff5 (patch) | |
| tree | 2bbc2ba0cf4b013dae8448e1f9029198864ec2b7 /pkgs/development/python-modules/auth0-python | |
| parent | 76f942fb4ae52330615bc200390bee9f8a898d8b (diff) | |
python310Packages.auth0-python: add changelog to meta
Diffstat (limited to 'pkgs/development/python-modules/auth0-python')
| -rw-r--r-- | pkgs/development/python-modules/auth0-python/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/auth0-python/default.nix b/pkgs/development/python-modules/auth0-python/default.nix index d666ae6123e0..c05b815bfcf8 100644 --- a/pkgs/development/python-modules/auth0-python/default.nix +++ b/pkgs/development/python-modules/auth0-python/default.nix @@ -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 ]; }; |
