summary refs log tree commit diff
path: root/pkgs/tools/bluetooth
diff options
context:
space:
mode:
authorSimon Schoeters <b2282e9d-46e8-4ec4-946a-b6ad84078b1c@astil.be>2022-06-04 14:26:14 +0000
committerehmry <ehmry@posteo.net>2022-06-07 08:52:45 -0500
commit92e2442544007ab5c341ee7ad31282344f60d2cc (patch)
tree66e28375c66347f59493513b3dbc6f4f49f732e8 /pkgs/tools/bluetooth
parent2247e925d697cdfe529ccdbb021fc6ac90fe8b92 (diff)
downloadnixpkgs-92e2442544007ab5c341ee7ad31282344f60d2cc.tar
nixpkgs-92e2442544007ab5c341ee7ad31282344f60d2cc.tar.gz
nixpkgs-92e2442544007ab5c341ee7ad31282344f60d2cc.tar.bz2
nixpkgs-92e2442544007ab5c341ee7ad31282344f60d2cc.tar.lz
nixpkgs-92e2442544007ab5c341ee7ad31282344f60d2cc.tar.xz
nixpkgs-92e2442544007ab5c341ee7ad31282344f60d2cc.tar.zst
nixpkgs-92e2442544007ab5c341ee7ad31282344f60d2cc.zip
Point changelog to tag instead of master
Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
Diffstat (limited to 'pkgs/tools/bluetooth')
-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;