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:
parent
e46e70acaa
commit
2feee5e7a3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue