summary refs log tree commit diff
path: root/pkgs/tools/bluetooth
diff options
context:
space:
mode:
authorTomo <68489118+Tomodachi94@users.noreply.github.com>2023-05-14 19:36:34 -0700
committerTomo <68489118+Tomodachi94@users.noreply.github.com>2023-05-14 19:36:34 -0700
commitb0aff56c9c77a37d0bef82bc1083b7848a9f563f (patch)
tree85a6444fe1288dff3baf46180b58ec9aa2a79897 /pkgs/tools/bluetooth
parentb89decb10715783bd6daacc18518d4be25e3ce15 (diff)
downloadnixpkgs-b0aff56c9c77a37d0bef82bc1083b7848a9f563f.tar
nixpkgs-b0aff56c9c77a37d0bef82bc1083b7848a9f563f.tar.gz
nixpkgs-b0aff56c9c77a37d0bef82bc1083b7848a9f563f.tar.bz2
nixpkgs-b0aff56c9c77a37d0bef82bc1083b7848a9f563f.tar.lz
nixpkgs-b0aff56c9c77a37d0bef82bc1083b7848a9f563f.tar.xz
nixpkgs-b0aff56c9c77a37d0bef82bc1083b7848a9f563f.tar.zst
nixpkgs-b0aff56c9c77a37d0bef82bc1083b7848a9f563f.zip
blueman: specify changelog
Diffstat (limited to 'pkgs/tools/bluetooth')
-rw-r--r--pkgs/tools/bluetooth/blueman/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/bluetooth/blueman/default.nix b/pkgs/tools/bluetooth/blueman/default.nix
index b909e3c7b65..5b887222c51 100644
--- a/pkgs/tools/bluetooth/blueman/default.nix
+++ b/pkgs/tools/bluetooth/blueman/default.nix
@@ -55,6 +55,7 @@ in stdenv.mkDerivation rec {
     description = "GTK-based Bluetooth Manager";
     license = licenses.gpl3;
     platforms = platforms.linux;
+    changelog = "https://github.com/blueman-project/blueman/releases/tag/${version}";
     maintainers = with maintainers; [ abbradar ];
   };
 }