python310Packages.bluetooth-adapters: update changelog entry

This commit is contained in:
Fabian Affolter
2022-11-20 00:47:07 +01:00
parent 744635089a
commit c0ca69f7cf
@@ -58,9 +58,9 @@ buildPythonPackage rec {
];
meta = with lib; {
changelog = "https://github.com/bluetooth-devices/bluetooth-adapters/blob/main/CHANGELOG.md";
description = "Tools to enumerate and find Bluetooth Adapters";
homepage = "https://bluetooth-adapters.readthedocs.io/";
changelog = "https://github.com/bluetooth-devices/bluetooth-adapters/blob/v${version}/CHANGELOG.md";
license = licenses.asl20;
maintainers = teams.home-assistant.members;
};