about summary refs log tree commit diff
path: root/pkgs/tools/security/nmap-formatter
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-11-22 21:45:15 +0100
committerGitHub <noreply@github.com>2022-11-22 21:45:15 +0100
commitee53f65f0598a7e721c71ff2e34da591241a3629 (patch)
tree14b7f9a1aa5f5aaf311bf1b22b9394f93282d176 /pkgs/tools/security/nmap-formatter
parentd9441f4cd556c15bff123ed4c1df59bd381f24c4 (diff)
nmap-formatter: add changelog to meta
Diffstat (limited to 'pkgs/tools/security/nmap-formatter')
-rw-r--r--pkgs/tools/security/nmap-formatter/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/security/nmap-formatter/default.nix b/pkgs/tools/security/nmap-formatter/default.nix
index eab00dba4cd90..ecb8d1724ccc3 100644
--- a/pkgs/tools/security/nmap-formatter/default.nix
+++ b/pkgs/tools/security/nmap-formatter/default.nix
@@ -19,6 +19,7 @@ buildGoModule rec {
   meta = with lib; {
     description = "Tool that allows you to convert nmap output";
     homepage = "https://github.com/vdjagilev/nmap-formatter";
+    changelog = "https://github.com/vdjagilev/nmap-formatter/releases/tag/v${version}";
     license = licenses.mit;
     maintainers = with maintainers; [ fab ];
   };