gnu: newsbeuter, newsboat: Correct licence.

See <https://github.com/newsboat/newsboat/issues/34>.

* gnu/packages/syndication.scm (newsbeuter)[license]: x11 -> expat.
This commit is contained in:
Tobias Geerinckx-Rice 2018-01-03 22:27:05 +00:00
parent e46e70acaa
commit 2feee5e7a3
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -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