python311Packages.securesystemslib: adjust changelog entry
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user