From 684d02aeea9ba4d9ce2d6f22e890d98454eca0d8 Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Sat, 22 Oct 2022 15:38:25 +0800 Subject: [PATCH] krill: update changelog url --- pkgs/servers/krill/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/servers/krill/default.nix b/pkgs/servers/krill/default.nix index d8d6a7dde95b..b9cecd3b3492 100644 --- a/pkgs/servers/krill/default.nix +++ b/pkgs/servers/krill/default.nix @@ -35,7 +35,7 @@ rustPlatform.buildRustPackage rec { Authorisations (ROAs) on your own servers or with a third party. ''; 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; maintainers = with maintainers; [ steamwalker ]; };