From a65947a81a2047bb05dad59d5fd3ccee09236605 Mon Sep 17 00:00:00 2001 From: Zoffix Znet Date: Fri, 20 Oct 2017 20:15:02 -0400 Subject: Fix grammar bug Fixes #51 Fixes #53 --- META6.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'META6.json') diff --git a/META6.json b/META6.json index 87b5811..a669bc2 100644 --- a/META6.json +++ b/META6.json @@ -2,7 +2,7 @@ "perl" : "6.c", "name" : "IRC::Client", "license" : "Artistic-2.0", - "version" : "3.007003", + "version" : "3.007004", "description" : "Extendable Internet Relay Chat client", "tags" : [ "Net", "IRC" ], "depends" : [ @@ -21,5 +21,5 @@ "IRC::Client::Server" : "lib/IRC/Client/Server.pm6" }, "authors" : ["Zoffix Znet"], - "support" : {"source" : "git://github.com/zoffixznet/perl6-IRC-Client.git"} + "support" : {"source" : "https://github.com/zoffixznet/perl6-IRC-Client.git"} } -- cgit v1.1