From fbf416b482f5321f21f5c628a17cc33f25e590d6 Mon Sep 17 00:00:00 2001 From: James Raspass Date: Tue, 22 Feb 2022 04:39:37 +0000 Subject: [PATCH] Fix META6.json auth Auth has a specific format (ecosystem:username), authors can be free range so put the old value there. See https://docs.raku.org/language/modules#Preparing_the_module Fixes the warning on https://raku.land/github:alabamenhu/Regex::FuzzyToken --- META6.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/META6.json b/META6.json index ddb606c..3bdfb6f 100644 --- a/META6.json +++ b/META6.json @@ -3,7 +3,8 @@ "description": "A token enabling fuzzy matching token in regexes and grammars", "version": "0.5.1", "perl": "6.*", - "auth": "Matthew ‘Matéu’ Stephen Stuckwisch", + "auth": "github:alabamenhu", + "authors": ["Matthew ‘Matéu’ Stephen Stuckwisch"], "depends": [], "build-depends": [], "test-depends": [],