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

View file

@ -76,8 +76,8 @@ (define-public newsbeuter
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