python310Packages.bluetooth-auto-recovery: add changelog to meta

+2 -1
+2 -1
pkgs/development/python-modules/bluetooth-auto-recovery/default.nix
··· 19 19 src = fetchFromGitHub { 20 20 owner = "Bluetooth-Devices"; 21 21 repo = pname; 22 - rev = "v${version}"; 22 + rev = "refs/tags/v${version}"; 23 23 hash = "sha256-juGrrUqPgg1bJsMZP0iitp0NW/XrCxNq/+/fx5QNkQ4="; 24 24 }; 25 25 ··· 49 49 meta = with lib; { 50 50 description = "Library for recovering Bluetooth adapters"; 51 51 homepage = "https://github.com/Bluetooth-Devices/bluetooth-auto-recovery"; 52 + changelog = "https://github.com/Bluetooth-Devices/bluetooth-auto-recovery/blob/v${version}/CHANGELOG.md"; 52 53 license = with licenses; [ mit ]; 53 54 maintainers = with maintainers; [ fab ]; 54 55 };