From 383b0ced6206789063ab2034f19b03b28b09ae66 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 27 Jun 2026 00:04:19 +0200 Subject: [PATCH] python3Packages.automower-ble: adjust license --- pkgs/development/python-modules/automower-ble/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/automower-ble/default.nix b/pkgs/development/python-modules/automower-ble/default.nix index 27fd0715d505..f8d1609b0bfe 100644 --- a/pkgs/development/python-modules/automower-ble/default.nix +++ b/pkgs/development/python-modules/automower-ble/default.nix @@ -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 ]; }; })