diff options
author | Matias Linares <matiaslina@openmailbox.org> | 2017-04-12 20:44:51 -0300 |
---|---|---|
committer | Matias Linares <matiaslina@openmailbox.org> | 2017-04-12 20:44:51 -0300 |
commit | 62c8b2dd7b17c884f28cf3815d649458438b43a2 (patch) | |
tree | 7b0dee1dd63bd8e02c6dd688694f7e8d5cc252ab | |
parent | cd5533e402388b010307dc3635872b6e013ea6cb (diff) | |
download | perl6-matrix-client-62c8b2dd7b17c884f28cf3815d649458438b43a2.tar.gz |
Update META6.json
-rw-r--r-- | META6.json | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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"} } |