From 14e61be42c17d58cf2a1102208656032dfdd5f09 Mon Sep 17 00:00:00 2001 From: Tom Hunze Date: Wed, 19 Nov 2025 19:20:37 +0100 Subject: [PATCH] gvm-libs: refactor --- pkgs/by-name/gv/gvm-libs/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/gv/gvm-libs/package.nix b/pkgs/by-name/gv/gvm-libs/package.nix index 56c56b8bef59..d5930d14e505 100644 --- a/pkgs/by-name/gv/gvm-libs/package.nix +++ b/pkgs/by-name/gv/gvm-libs/package.nix @@ -73,7 +73,7 @@ stdenv.mkDerivation rec { meta = { description = "Libraries module for the Greenbone Vulnerability Management Solution"; homepage = "https://github.com/greenbone/gvm-libs"; - changelog = "https://github.com/greenbone/gvm-libs/releases/tag/v${version}"; + changelog = "https://github.com/greenbone/gvm-libs/releases/tag/${src.tag}"; license = with lib.licenses; [ gpl2Plus ]; maintainers = with lib.maintainers; [ fab ]; platforms = lib.platforms.linux;