summary refs log tree commit diff
path: root/pkgs/tools/bluetooth/bluewalker/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/bluetooth/bluewalker/default.nix')
-rw-r--r--pkgs/tools/bluetooth/bluewalker/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/bluetooth/bluewalker/default.nix b/pkgs/tools/bluetooth/bluewalker/default.nix
index 8063355b705..06241b1436a 100644
--- a/pkgs/tools/bluetooth/bluewalker/default.nix
+++ b/pkgs/tools/bluetooth/bluewalker/default.nix
@@ -21,7 +21,7 @@ buildGoModule rec {
   meta = with lib; {
     description = "Simple command line Bluetooth LE scanner";
     homepage = "https://gitlab.com/jtaimisto/bluewalker";
-    changelog = "https://gitlab.com/jtaimisto/${pname}/-/raw/master/CHANGELOG";
+    changelog = "https://gitlab.com/jtaimisto/bluewalker/-/tags/v${version}";
     license = licenses.bsd2;
     maintainers = with maintainers; [ cimm ];
     platforms = platforms.linux;