mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-30 16:53:40 +00:00
python310Packages.requests_ntlm: add changelog to meta
This commit is contained in:
parent
c23ab90300
commit
bf960201d0
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user