This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new eef6aa3  gnu: dialog: Fix the license.
eef6aa3 is described below

commit eef6aa3c91df13f27999bfa911d5c40bf691a420
Author: Leo Famulari <[email protected]>
AuthorDate: Tue Jun 8 17:52:18 2021 -0400

    gnu: dialog: Fix the license.
    
    * gnu/packages/ncurses.scm (dialog)[license]: Remove erroneously
    included GPL3.
---
 gnu/packages/ncurses.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/ncurses.scm b/gnu/packages/ncurses.scm
index a79e83f..2e63565 100644
--- a/gnu/packages/ncurses.scm
+++ b/gnu/packages/ncurses.scm
@@ -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

Reply via email to