bomber-go: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-02-26 14:34:27 +01:00 committed by Bobby Rong
parent 4ba3568d5b
commit 9275334b20

View file

@ -24,6 +24,7 @@ buildGoModule rec {
meta = with lib; {
description = "Tool to scans Software Bill of Materials (SBOMs) for vulnerabilities";
homepage = "https://github.com/devops-kung-fu/bomber";
changelog = "https://github.com/devops-kung-fu/bomber/releases/tag/v${version}";
license = licenses.mpl20;
mainProgram = "bomber";
maintainers = with maintainers; [ fab ];