python312Packages.trezorctl: fix license

see
https://github.com/trezor/trezor-firmware/blob/python/v0.13.8/python/COPYING
This commit is contained in:
natsukium 2024-06-22 10:20:45 +09:00 committed by Martin Weinelt
parent f342547be7
commit c14df59551

View File

@ -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