legitify: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-26 10:45:52 +01:00
parent fde05a82c4
commit ea39e3312f

View file

@ -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 ];
};