From 9530941b224c7ab1ad99f844c608edca114f8dc1 Mon Sep 17 00:00:00 2001 From: Andrea Ciceri Date: Tue, 17 Feb 2026 21:35:29 +0100 Subject: [PATCH] simplebluez: fix license See https://github.com/simpleble/simpleble/releases/tag/v0.9.0 for license change --- pkgs/by-name/si/simplebluez/package.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkgs/by-name/si/simplebluez/package.nix b/pkgs/by-name/si/simplebluez/package.nix index 7d61526657de..c365edb6e432 100644 --- a/pkgs/by-name/si/simplebluez/package.nix +++ b/pkgs/by-name/si/simplebluez/package.nix @@ -40,7 +40,9 @@ stdenv.mkDerivation (finalAttrs: { meta = { description = "C++ abstraction layer for BlueZ over DBus"; homepage = "https://github.com/OpenBluetoothToolbox/SimpleBLE"; - license = lib.licenses.gpl3Only; + # SimpleBLE (which SimpleBluez is part of) is under the Business Source License 1.1 (BUSL-1.1) + # since version 0.9.0 + license = lib.licenses.bsl11; platforms = lib.platforms.linux; maintainers = with lib.maintainers; [ aciceri ]; };