Merge pull request #207849 from fabaff/legitify-bump

legitify: add changelog to meta
This commit is contained in:
Fabian Affolter 2022-12-26 21:05:17 +01:00 committed by GitHub
commit bd7410c0e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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