python310Packages.requests-aws4auth: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-01-25 01:05:54 +01:00 committed by GitHub
parent 1f89ea230f
commit 0f29dab46a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,6 +43,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Amazon Web Services version 4 authentication for the Python Requests library";
homepage = "https://github.com/sam-washington/requests-aws4auth";
chnagelog = "https://github.com/tedder/requests-aws4auth/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ basvandijk ];
};