gnu: dialog: Fix the license.
authorLeo Famulari <leo@famulari.name>
Tue, 8 Jun 2021 21:52:18 +0000 (17:52 -0400)
committerLeo Famulari <leo@famulari.name>
Tue, 8 Jun 2021 21:53:40 +0000 (17:53 -0400)
* gnu/packages/ncurses.scm (dialog)[license]: Remove erroneously
included GPL3.

gnu/packages/ncurses.scm

index a79e83f..2e63565 100644 (file)
@@ -253,8 +253,7 @@ ncursesw library provides wide character support.")
     (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