From 2feee5e7a387f31ffe5b36e015ab7678322530a0 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Wed, 3 Jan 2018 22:27:05 +0000 Subject: 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(-) (limited to 'gnu/packages/syndication.scm') diff --git a/gnu/packages/syndication.scm b/gnu/packages/syndication.scm index 0f3ecbf101..6e1ca5d407 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 -- cgit v1.2.3