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