graphinder: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-11-26 12:58:55 +01:00 committed by GitHub
parent 6e51090efd
commit 283ec701d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,6 +49,7 @@ python3.pkgs.buildPythonApplication rec {
meta = with lib; {
description = "Tool to find GraphQL endpoints using subdomain enumeration";
homepage = "https://github.com/Escape-Technologies/graphinder";
changelog = "https://github.com/Escape-Technologies/graphinder/releases/tag/v${version}";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};