websecprobe: add changelog to meta

This commit is contained in:
Fabian Affolter 2024-03-25 12:09:25 +01:00
parent 484c41edac
commit 37ebe71349
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ python3.pkgs.buildPythonApplication rec {
meta = with lib; {
description = "Web Security Assessment Tool";
homepage = "https://github.com/spyboy-productions/WebSecProbe/";
changelog = "https://github.com/spyboy-productions/WebSecProbe/releases/tag/${version}";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
mainProgram = "websecprobe";