mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: openocd: Correct license.
* gnu/packages/embedded.scm (openocd)[license]: Change to gpl2+.
This commit is contained in:
parent
b89cbf5832
commit
6d1b3bf55b
1 changed files with 1 additions and 1 deletions
|
@ -361,4 +361,4 @@ (define-public openocd
|
|||
(synopsis "On-Chip Debugger")
|
||||
(description "OpenOCD provides on-chip programming and debugging support
|
||||
with a layered architecture of JTAG interface and TAP support.")
|
||||
(license license:gpl2))))
|
||||
(license license:gpl2+))))
|
||||
|
|
Loading…
Reference in a new issue