aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-01-03 22:27:05 +0000
committerTobias Geerinckx-Rice <me@tobias.gr>2018-01-04 01:27:39 +0100
commit2feee5e7a387f31ffe5b36e015ab7678322530a0 (patch)
tree2fc3d4637752e6fc32aa290e3555dbd5821bbc60
parente46e70acaa9665e18a2cb29e158c59a71f655363 (diff)
downloadguix-2feee5e7a387f31ffe5b36e015ab7678322530a0.tar
guix-2feee5e7a387f31ffe5b36e015ab7678322530a0.tar.gz
gnu: newsbeuter, newsboat: Correct licence.
See <https://github.com/newsboat/newsboat/issues/34>. * gnu/packages/syndication.scm (newsbeuter)[license]: x11 -> expat.
-rw-r--r--gnu/packages/syndication.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/syndication.scm b/gnu/packages/syndication.scm
index 0f3ecbf101..6e1ca5d407 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