kubeshark: fix meta.changelog

This commit is contained in:
misuzu
2025-02-05 20:47:27 +02:00
parent 9f7e4aef95
commit d7955ef569
+1 -1
View File
@@ -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/";