commit 96f017143222dfbe8da348d1504c5da5dfd2a9b0 parent 38a2468660f6db6498b9ab7e4ca6687eaf9683f6 Author: wwp <subscript@free.fr> Date: Tue, 18 Mar 2025 16:25:51 +0100 Fix RSSyl plugin license identifier. Diffstat:
| M | src/plugins/rssyl/plugin.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/plugins/rssyl/plugin.c b/src/plugins/rssyl/plugin.c @@ -71,7 +71,7 @@ const gchar *plugin_type(void) const gchar *plugin_licence(void) { - return "GPL2+"; + return "GPL3+"; } const gchar *plugin_version(void)