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
|
@ -77,7 +77,7 @@ offline reading, searching and storing articles to your filesystem, and many
|
||||||
more features. Its user interface is coherent, easy to use, and might look
|
more features. Its user interface is coherent, easy to use, and might look
|
||||||
common to users of @command{mutt} and @command{slrn}.")
|
common to users of @command{mutt} and @command{slrn}.")
|
||||||
(license (list license:gpl2+ ; filter/*
|
(license (list license:gpl2+ ; filter/*
|
||||||
license:x11))))
|
license:expat)))) ; everything else
|
||||||
|
|
||||||
(define-public newsboat
|
(define-public newsboat
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in New Issue