Skip to content

Commit b83e10c

Browse files
committed
Minimally make META6.json more modern
1 parent aff452f commit b83e10c

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

META6.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"api": "1.0",
33
"auth": "zef:raku-community-modules",
4+
"authors": [ "Timothy Totten", "Carl Mäsak", "Kodi Arfer", "Clifton Wood" ],
45
"build-depends": [
56
],
67
"depends": [
@@ -9,7 +10,8 @@
910
"license": "Artistic-2.0",
1011
"meta-version": 1,
1112
"name": "DateTime::Format",
12-
"perl": "6.*",
13+
"perl": "6.d",
14+
"raku": "6.d",
1315
"provides": {
1416
"DateTime::Format": "lib/DateTime/Format.rakumod",
1517
"DateTime::Format::Factory": "lib/DateTime/Format/Factory.rakumod",
@@ -24,7 +26,12 @@
2426
"resources": [
2527
],
2628
"source-url": "git://github.com/raku-community-modules/DateTime-Format.git",
27-
"tags": [
29+
"support": {
30+
"bugtracker": "https://github.com/raku-community-moduled/DateTime-Format/issues",
31+
"email": "[email protected]",
32+
"source": "git://github.com/raku-community-modules/DateTime-Format.git"
33+
},
34+
"tags": [ "DATETIME", "strftime"
2835
],
2936
"test-depends": [
3037
],

0 commit comments

Comments
 (0)