diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-09-13 14:49:34 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-10-10 00:06:15 -0400 |
commit | e09c04809a93faa21e3ab63d831077c361a4a677 (patch) | |
tree | f0a918b6dd734da266a4ec8ffdad2b8f7fb9d18b /gnu | |
parent | 1b83d4490addee4f0b4ee1a59d127d51217caa39 (diff) |
gnu: teensy-loader-cli: Fix license.
* gnu/packages/flashing-tools.scm (teensy-loader-cli) [license]: Adjust to
license:gpl3+.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/flashing-tools.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/flashing-tools.scm b/gnu/packages/flashing-tools.scm index fc6d19a446..58da4aebf7 100644 --- a/gnu/packages/flashing-tools.scm +++ b/gnu/packages/flashing-tools.scm @@ -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 non-root users.") (home-page "https://www.pjrc.com/teensy/loader_cli.html") - (license license:gpl3))) + (license license:gpl3+))) (define-public rkflashtool (let ((commit "8966c4e277de8148290554aaaa4146a3a84a3c53") |