aboutsummaryrefslogtreecommitdiff
path: root/META6.json
diff options
context:
space:
mode:
Diffstat (limited to 'META6.json')
-rw-r--r--META6.json6
1 files changed, 3 insertions, 3 deletions
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<cpan:TYIL>"
],
"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"
}