From c14df595516db6c8a10d300b700262eea92dd88b Mon Sep 17 00:00:00 2001 From: natsukium Date: Sat, 22 Jun 2024 10:20:45 +0900 Subject: [PATCH] python312Packages.trezorctl: fix license see https://github.com/trezor/trezor-firmware/blob/python/v0.13.8/python/COPYING --- pkgs/development/python-modules/trezor/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/trezor/default.nix b/pkgs/development/python-modules/trezor/default.nix index 9c364c5223ad..38dec6da3263 100644 --- a/pkgs/development/python-modules/trezor/default.nix +++ b/pkgs/development/python-modules/trezor/default.nix @@ -56,7 +56,7 @@ buildPythonPackage rec { description = "Python library for communicating with Trezor Hardware Wallet"; mainProgram = "trezorctl"; homepage = "https://github.com/trezor/trezor-firmware/tree/master/python"; - license = licenses.gpl3; + license = licenses.lgpl3Only; maintainers = with maintainers; [ np prusnak