python311Packages.securesystemslib: adjust changelog entry

This commit is contained in:
Fabian Affolter
2023-12-06 13:20:39 +01:00
committed by GitHub
parent 1884f76192
commit 673928d393
@@ -88,7 +88,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Cryptographic and general-purpose routines";
homepage = "https://github.com/secure-systems-lab/securesystemslib";
changelog = "https://github.com/secure-systems-lab/securesystemslib/blob/${version}/CHANGELOG.md";
changelog = "https://github.com/secure-systems-lab/securesystemslib/blob/v${version}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};