From 146d3142738c8d9dc87571fbd9b3de1c6524a5e9 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Tue, 29 Aug 2023 12:08:53 +0200 Subject: Update license to AGPL-3.0 --- META6.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'META6.json') diff --git a/META6.json b/META6.json index 1263232..519411f 100644 --- a/META6.json +++ b/META6.json @@ -9,13 +9,13 @@ "Config:ver<3.0.3>:auth" ], "description": "TOML parser for Config", - "license": "GPL-3.0", + "license": "AGPL-3.0-only", "name": "Config::Parser::toml", "perl": "6", "provides": { "Config::Parser::toml": "lib/Config/Parser/toml.rakumod" }, - "source-url": "https://github.com/scriptkitties/p6-Config-Parser-toml.git", + "source-url": "https://git.tyil.nl/raku/config-parser-toml", "tags": [ "config", "configuration" @@ -24,5 +24,5 @@ "File::Temp", "Test::META" ], - "version": "1.0.3" + "version": "1.0.4" } -- cgit v1.1