legitify: add changelog to meta
This commit is contained in:
parent
fde05a82c4
commit
ea39e3312f
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ buildGoModule rec {
|
|||
meta = with lib; {
|
||||
description = "Tool to detect and remediate misconfigurations and security risks of GitHub assets";
|
||||
homepage = "https://github.com/Legit-Labs/legitify";
|
||||
changelog = "https://github.com/Legit-Labs/legitify/releases/tag/v${version}";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ fab ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue