about summary refs log tree commit diff
path: root/pkgs/tools/security/erosmb
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-11-22 21:50:50 +0100
committerGitHub <noreply@github.com>2022-11-22 21:50:50 +0100
commit1b08e4e353d4386fde04d232ed4c2adc25ba0684 (patch)
tree9b7ce9b6d53f3698d236104997d1c7dfc3af882e /pkgs/tools/security/erosmb
parent4eb8ee1f9ee4a8140b97e89982baadce51829484 (diff)
erosmb: add changelog to meta
Diffstat (limited to 'pkgs/tools/security/erosmb')
-rw-r--r--pkgs/tools/security/erosmb/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/security/erosmb/default.nix b/pkgs/tools/security/erosmb/default.nix
index bcdf973a2e17c..90165b6581648 100644
--- a/pkgs/tools/security/erosmb/default.nix
+++ b/pkgs/tools/security/erosmb/default.nix
@@ -41,6 +41,7 @@ python3.pkgs.buildPythonApplication rec {
   meta = with lib; {
     description = "SMB network scanner";
     homepage = "https://github.com/viktor02/EroSmb";
+    changelog = "https://github.com/viktor02/EroSmb/releases/tag/v${version}";
     license = with licenses; [ mit ];
     maintainers = with maintainers; [ fab ];
   };