mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
sploitscan: update changelog URL
This commit is contained in:
parent
b7ad3c77fa
commit
1270d6147d
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Cybersecurity utility designed to provide detailed information on vulnerabilities and associated exploits";
|
description = "Cybersecurity utility designed to provide detailed information on vulnerabilities and associated exploits";
|
||||||
homepage = "https://github.com/xaitax/SploitScan";
|
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;
|
license = licenses.gpl3Only;
|
||||||
maintainers = with maintainers; [ fab ];
|
maintainers = with maintainers; [ fab ];
|
||||||
mainProgram = "sploitscan";
|
mainProgram = "sploitscan";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue