misconfig-mapper: update changelog entry
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user