guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: dialog: Fix the license.


From: guix-commits
Subject: branch master updated: gnu: dialog: Fix the license.
Date: Tue, 08 Jun 2021 17:57:43 -0400

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 <leo@famulari.name>
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

[Prev in Thread] Current Thread [Next in Thread]