From d7955ef56930118d03a79e3e6d6dedaca31f507f Mon Sep 17 00:00:00 2001 From: misuzu Date: Wed, 5 Feb 2025 20:47:27 +0200 Subject: [PATCH] kubeshark: fix meta.changelog --- pkgs/by-name/ku/kubeshark/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/ku/kubeshark/package.nix b/pkgs/by-name/ku/kubeshark/package.nix index 4eb9a9cf1e20..105fdfd62593 100644 --- a/pkgs/by-name/ku/kubeshark/package.nix +++ b/pkgs/by-name/ku/kubeshark/package.nix @@ -60,7 +60,7 @@ buildGoModule rec { }; meta = with lib; { - changelog = "https://github.com/kubeshark/kubeshark/releases/tag/${version}"; + changelog = "https://github.com/kubeshark/kubeshark/releases/tag/v${version}"; description = "API Traffic Viewer for Kubernetes"; mainProgram = "kubeshark"; homepage = "https://kubeshark.co/";