~ruther/guix-local

2feee5e7a387f31ffe5b36e015ab7678322530a0 — Tobias Geerinckx-Rice 8 years ago e46e70a
gnu: newsbeuter, newsboat: Correct licence.

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

* gnu/packages/syndication.scm (newsbeuter)[license]: x11 -> expat.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/syndication.scm
M gnu/packages/syndication.scm => gnu/packages/syndication.scm +2 -2
@@ 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