knockpy: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-01-09 21:34:28 +01:00 committed by GitHub
parent 8e545ad4e6
commit 17451b4d8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,6 +33,7 @@ python3.pkgs.buildPythonApplication rec {
meta = with lib; {
description = "Tool to scan subdomains";
homepage = "https://github.com/guelfoweb/knock";
changelog = "https://github.com/guelfoweb/knock/releases/tag/${version}";
license = with licenses; [ gpl3Only ];
maintainers = with maintainers; [ fab ];
};