From 2feee5e7a387f31ffe5b36e015ab7678322530a0 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Wed, 3 Jan 2018 22:27:05 +0000 Subject: [PATCH] gnu: newsbeuter, newsboat: Correct licence. See . * gnu/packages/syndication.scm (newsbeuter)[license]: x11 -> expat. --- gnu/packages/syndication.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/syndication.scm b/gnu/packages/syndication.scm index 0f3ecbf1013d0129678cba1b6f33c7dd8fab7080..6e1ca5d407fee9c872e7de5062ff5b8ff2122de6 100644 --- a/gnu/packages/syndication.scm +++ b/gnu/packages/syndication.scm @@ -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