From 1d1cbbbf988f6a288d25ab579257016feaf514d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Sun, 2 Jan 2022 04:17:27 +0100 Subject: [PATCH] Fix license --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 36b8575..f93774b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "discord-reminder-bot" version = "0.1.0" description = "Discord bot that allows you to set date, cron and interval reminders." authors = ["Joakim Hellsén "] -license = "GPLv3" +license = "GPL-3.0-or-later" readme = "README.md" homepage = "https://github.com/TheLovinator1/discord-reminder-bot" repository = "https://github.com/TheLovinator1/discord-reminder-bot"