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/";