Merge pull request #207849 from fabaff/legitify-bump
legitify: add changelog to meta
This commit is contained in:
commit
bd7410c0e9
@ -25,6 +25,7 @@ buildGoModule rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Tool to detect and remediate misconfigurations and security risks of GitHub assets";
|
description = "Tool to detect and remediate misconfigurations and security risks of GitHub assets";
|
||||||
homepage = "https://github.com/Legit-Labs/legitify";
|
homepage = "https://github.com/Legit-Labs/legitify";
|
||||||
|
changelog = "https://github.com/Legit-Labs/legitify/releases/tag/v${version}";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ fab ];
|
maintainers = with maintainers; [ fab ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user