python311Packages.cert-chain-resolver: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-08-21 20:00:37 +02:00
parent 1974538e68
commit 130c12576d

View file

@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "rkoopmans";
repo = "python-certificate-chain-resolver";
rev = version;
rev = "refs/tags/${version}";
hash = "sha256-2itpu/Ap5GNnqAiw3Cp+8rndreWlwfPd+WwM99G7U2E=";
};
@ -45,6 +45,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Resolve / obtain the certificate intermediates of a x509 certificate";
homepage = "https://github.com/rkoopmans/python-certificate-chain-resolver";
changelog = "https://github.com/rkoopmans/python-certificate-chain-resolver/blob/${version}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ veehaitch ];
};