From 44fe198287a242e80b49d39becd50be08c0be3ec Mon Sep 17 00:00:00 2001 From: quantenzitrone Date: Thu, 12 Feb 2026 09:03:51 +0100 Subject: [PATCH] simpledbus: correct license # see https://github.com/simpleble/simpleble/releases/tag/v0.9.0 for license change --- pkgs/by-name/si/simpledbus/package.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkgs/by-name/si/simpledbus/package.nix b/pkgs/by-name/si/simpledbus/package.nix index b86db86660d5..1c1b91098107 100644 --- a/pkgs/by-name/si/simpledbus/package.nix +++ b/pkgs/by-name/si/simpledbus/package.nix @@ -40,7 +40,9 @@ stdenv.mkDerivation (finalAttrs: { meta = { description = "C++ wrapper for libdbus-1"; homepage = "https://github.com/OpenBluetoothToolbox/SimpleBLE"; - license = lib.licenses.gpl3Only; + # SimpleBLE (which SimpleDBus 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 ]; };