python3Packages.automower-ble: adjust license

This commit is contained in:
Fabian Affolter
2026-06-27 00:17:22 +02:00
parent 2dc8c49862
commit 383b0ced62
@@ -35,7 +35,7 @@ buildPythonPackage (finalAttrs: {
description = "Module to connect to Husqvarna Automower Connect";
homepage = "https://github.com/alistair23/AutoMower-BLE";
changelog = "https://github.com/alistair23/AutoMower-BLE/releases/tag/${finalAttrs.src.tag}";
license = lib.licenses.gpl3Only;
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ fab ];
};
})