guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#48161: [PATCH] gnu: Add castget.


From: Ludovic Courtès
Subject: bug#48161: [PATCH] gnu: Add castget.
Date: Wed, 05 May 2021 15:36:30 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)

Hi Stefan,

Stefan Reichör <stefan@xsteve.at> skribis:

> * gnu/packages/gpodder.scm (castget): New variable.

Applied with the change below: according to source file headers, this code
is under LGPL 2.1 “or any later version”.

Thanks,
Ludo’.

diff --git a/gnu/packages/gpodder.scm b/gnu/packages/gpodder.scm
index a22a2b41cd..677ec3f33e 100644
--- a/gnu/packages/gpodder.scm
+++ b/gnu/packages/gpodder.scm
@@ -242,5 +242,5 @@ in Python.")
      "castget is a simple, command-line based RSS enclosure downloader.  It is
 primarily intended for automatic, unattended downloading of podcasts.  It uses
 libcurl for the download process.")
-    (license license:gpl2)
+    (license license:lgpl2.1+)
     (home-page "https://castget.johndal.com";)))

reply via email to

[Prev in Thread] Current Thread [Next in Thread]