Loading pkgs/development/python-modules/thermopro-ble/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -45,7 +45,7 @@ buildPythonPackage rec { meta = with lib; { description = "Library for Thermopro BLE devices"; homepage = "https://github.com/bluetooth-devices/thermopro-ble"; changelog = "https://github.com/Bluetooth-Devices/thermopro-ble/blob/${src.tag}/CHANGELOG.md"; changelog = "https://github.com/Bluetooth-Devices/thermopro-ble/releases/tag/${src.tag}"; license = licenses.mit; maintainers = with maintainers; [ fab ]; }; Loading Loading
pkgs/development/python-modules/thermopro-ble/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -45,7 +45,7 @@ buildPythonPackage rec { meta = with lib; { description = "Library for Thermopro BLE devices"; homepage = "https://github.com/bluetooth-devices/thermopro-ble"; changelog = "https://github.com/Bluetooth-Devices/thermopro-ble/blob/${src.tag}/CHANGELOG.md"; changelog = "https://github.com/Bluetooth-Devices/thermopro-ble/releases/tag/${src.tag}"; license = licenses.mit; maintainers = with maintainers; [ fab ]; }; Loading