diff mbox series

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

Message ID 87im3xjo9t.fsf@gnu.org
State Accepted
Headers show
Series bug#48161: [PATCH] gnu: Add castget. | expand

Checks

Context Check Description
cbaines/applying patch fail View Laminar job

Commit Message

Ludovic Courtès May 5, 2021, 1:36 p.m. UTC
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 mbox series

Patch

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")))