From 62c8b2dd7b17c884f28cf3815d649458438b43a2 Mon Sep 17 00:00:00 2001 From: Matias Linares Date: Wed, 12 Apr 2017 20:44:51 -0300 Subject: Update META6.json --- META6.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/META6.json b/META6.json index 887916e..d9537ea 100644 --- a/META6.json +++ b/META6.json @@ -2,16 +2,16 @@ "perl" : "6.c", "name" : "Matrix::Client", "version" : "0.1.0", - "description" : "Simple matrix.org client", + "description" : "Matrix client for Perl 6", "tags" : [ "Net", "Matrix" ], "depends" : [ "JSON::Tiny", "HTTP::UserAgent", - "URI::Encode" + "URI::Encode", + "IO::Socket::SSL" ], "test-depends" : [ - "Test", - "Test::META" + "Test" ], "provides" : { "Matrix::Client" : "lib/Matrix/Client.pm6", @@ -20,5 +20,5 @@ "Matrix::Client::Common" : "lib/Matrix/Client/Common.pm6" }, "authors" : ["Matias Linares"], - "support" : {"source" : ""} + "support" : {"source" : "git://github.com/matiaslina/perl6-matrix-client.git"} } -- cgit v1.2.3-54-g00ecf