sploitscan: update changelog URL

This commit is contained in:
Fabian Affolter 2025-01-27 19:50:56 +01:00 committed by GitHub
parent b7ad3c77fa
commit 1270d6147d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -36,7 +36,7 @@ python3.pkgs.buildPythonApplication rec {
meta = with lib; {
description = "Cybersecurity utility designed to provide detailed information on vulnerabilities and associated exploits";
homepage = "https://github.com/xaitax/SploitScan";
changelog = "https://github.com/xaitax/SploitScan/releases/tag/v${version}";
changelog = "https://github.com/xaitax/SploitScan/releases/tag/v.${version}";
license = licenses.gpl3Only;
maintainers = with maintainers; [ fab ];
mainProgram = "sploitscan";