guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: newsbeuter, newsboat: Correct licence.


From: Tobias Geerinckx-Rice
Subject: 02/03: gnu: newsbeuter, newsboat: Correct licence.
Date: Wed, 3 Jan 2018 20:26:39 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 2feee5e7a387f31ffe5b36e015ab7678322530a0
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Jan 3 22:27:05 2018 +0000

    gnu: newsbeuter, newsboat: Correct licence.
    
    See <https://github.com/newsboat/newsboat/issues/34>.
    
    * gnu/packages/syndication.scm (newsbeuter)[license]: x11 -> expat.
---
 gnu/packages/syndication.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/syndication.scm b/gnu/packages/syndication.scm
index 0f3ecbf..6e1ca5d 100644
--- a/gnu/packages/syndication.scm
+++ b/gnu/packages/syndication.scm
@@ -76,8 +76,8 @@ console.  It supports OPML import/exports, HTML rendering, 
podcast (podbeuter),
 offline reading, searching and storing articles to your filesystem, and many
 more features.  Its user interface is coherent, easy to use, and might look
 common to users of @command{mutt} and @command{slrn}.")
-    (license (list license:gpl2+ ; filter/*
-                   license:x11))))
+    (license (list license:gpl2+        ; filter/*
+                   license:expat))))    ; everything else
 
 (define-public newsboat
   (package



reply via email to

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