krill: update changelog url
This commit is contained in:
parent
c9ea0b96f6
commit
684d02aeea
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ rustPlatform.buildRustPackage rec {
|
||||||
Authorisations (ROAs) on your own servers or with a third party.
|
Authorisations (ROAs) on your own servers or with a third party.
|
||||||
'';
|
'';
|
||||||
homepage = "https://github.com/NLnetLabs/krill";
|
homepage = "https://github.com/NLnetLabs/krill";
|
||||||
changelog = "https://github.com/NLnetLabs/krill/blob/v${version}/Changelog.md";
|
changelog = "https://github.com/NLnetLabs/krill/releases/tag/v${version}";
|
||||||
license = licenses.mpl20;
|
license = licenses.mpl20;
|
||||||
maintainers = with maintainers; [ steamwalker ];
|
maintainers = with maintainers; [ steamwalker ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue