python310Packages.requests_ntlm: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-03-01 09:56:20 +01:00 committed by Martin Weinelt
parent c23ab90300
commit bf960201d0

View File

@ -36,6 +36,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "HTTP NTLM authentication support for python-requests";
homepage = "https://github.com/requests/requests-ntlm";
changelog = "https://github.com/requests/requests-ntlm/releases/tag/v${version}";
license = licenses.isc;
maintainers = with maintainers; [ elasticdog ];
platforms = platforms.all;