mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: dialog: Fix the license.
* gnu/packages/ncurses.scm (dialog)[license]: Remove erroneously included GPL3.
This commit is contained in:
parent
93d85deae6
commit
eef6aa3c91
1 changed files with 1 additions and 2 deletions
|
@ -253,8 +253,7 @@ (define-public dialog
|
|||
(description "Dialog is a script-interpreter which provides a set of
|
||||
curses widgets, such as dialog boxes.")
|
||||
(home-page "https://invisible-island.net/dialog/dialog.html")
|
||||
;; Includes the gpl3 file "config.sub" from Automake.
|
||||
(license (list lgpl2.1 gpl3))))
|
||||
(license lgpl2.1)))
|
||||
|
||||
(define-public perl-curses
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue