ospd-openvas: adjust changelog entry

This commit is contained in:
Fabian Affolter
2023-08-08 09:43:55 +02:00
committed by GitHub
parent d84c072270
commit 5745bac5ce
+1 -1
View File
@@ -48,7 +48,7 @@ python3.pkgs.buildPythonApplication rec {
meta = with lib; {
description = "OSP server implementation to allow GVM to remotely control an OpenVAS Scanner";
homepage = "https://github.com/greenbone/ospd-openvas";
changelog = "https://github.com/greenbone/ospd-openvas/blob/${version}/CHANGELOG.md";
changelog = "https://github.com/greenbone/ospd-openvas/releases/tag/v${version}";
license = licenses.agpl3Only;
maintainers = with maintainers; [ fab ];
};