mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 02:42:59 +00:00
python312Packages.trezorctl: fix license
see https://github.com/trezor/trezor-firmware/blob/python/v0.13.8/python/COPYING
This commit is contained in:
parent
f342547be7
commit
c14df59551
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user