mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: teensy-loader-cli: Fix license.
* gnu/packages/flashing-tools.scm (teensy-loader-cli) [license]: Adjust to license:gpl3+.
This commit is contained in:
parent
1b83d4490a
commit
e09c04809a
1 changed files with 1 additions and 1 deletions
|
@ -255,7 +255,7 @@ HalfKay bootloader is running, so you can upload new programs and run them.
|
||||||
You need to add the udev rules to make the Teensy update available for
|
You need to add the udev rules to make the Teensy update available for
|
||||||
non-root users.")
|
non-root users.")
|
||||||
(home-page "https://www.pjrc.com/teensy/loader_cli.html")
|
(home-page "https://www.pjrc.com/teensy/loader_cli.html")
|
||||||
(license license:gpl3)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public rkflashtool
|
(define-public rkflashtool
|
||||||
(let ((commit "8966c4e277de8148290554aaaa4146a3a84a3c53")
|
(let ((commit "8966c4e277de8148290554aaaa4146a3a84a3c53")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue