websecprobe: add changelog to meta
This commit is contained in:
parent
484c41edac
commit
37ebe71349
@ -34,6 +34,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Web Security Assessment Tool";
|
description = "Web Security Assessment Tool";
|
||||||
homepage = "https://github.com/spyboy-productions/WebSecProbe/";
|
homepage = "https://github.com/spyboy-productions/WebSecProbe/";
|
||||||
|
changelog = "https://github.com/spyboy-productions/WebSecProbe/releases/tag/${version}";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ fab ];
|
maintainers = with maintainers; [ fab ];
|
||||||
mainProgram = "websecprobe";
|
mainProgram = "websecprobe";
|
||||||
|
Loading…
Reference in New Issue
Block a user