sploitscan: update changelog URL
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user