about summary refs log tree commit diff
path: root/pkgs/tools/security/uncover/default.nix
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-12-07 10:52:36 +0100
committerGitHub <noreply@github.com>2022-12-07 10:52:36 +0100
commit22dfc5ec5f8b692eda369c8c5ae868c50bb8f77d (patch)
treedc5ced1cdde533f1de2b7ce6a09c81ff521fdfb6 /pkgs/tools/security/uncover/default.nix
parent8ce9379f33cbf7ac6dbeb01b0fdcf1127b4b7bda (diff)
uncover: add changelog to meta
Diffstat (limited to 'pkgs/tools/security/uncover/default.nix')
-rw-r--r--pkgs/tools/security/uncover/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/security/uncover/default.nix b/pkgs/tools/security/uncover/default.nix
index 4f834c616a325..fdfa3c1080574 100644
--- a/pkgs/tools/security/uncover/default.nix
+++ b/pkgs/tools/security/uncover/default.nix
@@ -25,6 +25,7 @@ buildGoModule rec {
       Currently, it supports shodan,shodan-internetdb, censys, and fofa search API.
     '';
     homepage = "https://github.com/projectdiscovery/uncover";
+    changelog = "https://github.com/projectdiscovery/uncover/releases/tag/v${version}";
     license = licenses.mit;
     maintainers = with maintainers; [ fab ];
   };