legitify: update changelog entry

This commit is contained in:
Fabian Affolter
2025-11-23 12:00:21 +01:00
parent 4e9e58352c
commit 8f5233c8dc
+1 -1
View File
@@ -30,7 +30,7 @@ buildGoModule rec {
meta = {
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}";
changelog = "https://github.com/Legit-Labs/legitify/releases/tag/v${src.tag}";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ fab ];
mainProgram = "legitify";