simplebluez: fix license

See https://github.com/simpleble/simpleble/releases/tag/v0.9.0 for
license change
This commit is contained in:
Andrea Ciceri
2026-02-18 15:06:18 +01:00
parent d0d4254e25
commit 9530941b22
+3 -1
View File
@@ -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 ];
};