aboutsummaryrefslogtreecommitdiff
path: root/META6.json
diff options
context:
space:
mode:
authorZoffix Znet <cpan@zoffix.com>2017-10-20 20:15:02 -0400
committerZoffix Znet <cpan@zoffix.com>2017-10-20 20:15:02 -0400
commita65947a81a2047bb05dad59d5fd3ccee09236605 (patch)
tree2189d35c56446ef10d7a7917c7649bfb89870ff1 /META6.json
parent36e9e4a3013ca6f6a51f240d03198754944928bf (diff)
Fix grammar bug
Fixes #51 Fixes #53
Diffstat (limited to 'META6.json')
-rw-r--r--META6.json4
1 files changed, 2 insertions, 2 deletions
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"}
}