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 ]; }; }