misconfig-mapper: update changelog entry

This commit is contained in:
Fabian Affolter
2025-12-24 20:53:34 +01:00
committed by GitHub
parent e7244c71e4
commit c09c3e522a
+1 -1
View File
@@ -25,7 +25,7 @@ buildGoModule rec {
meta = {
description = "Tool to uncover security misconfigurations on popular third-party services";
homepage = "https://github.com/intigriti/misconfig-mapper";
changelog = "https://github.com/intigriti/misconfig-mapper/releases/tag/v${version}";
changelog = "https://github.com/intigriti/misconfig-mapper/releases/tag/${src.tag}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ fab ];
mainProgram = "misconfig-mapper";