aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatias Linares <matiaslina@openmailbox.org>2017-04-12 20:44:51 -0300
committerMatias Linares <matiaslina@openmailbox.org>2017-04-12 20:44:51 -0300
commit62c8b2dd7b17c884f28cf3815d649458438b43a2 (patch)
tree7b0dee1dd63bd8e02c6dd688694f7e8d5cc252ab
parentcd5533e402388b010307dc3635872b6e013ea6cb (diff)
downloadperl6-matrix-client-62c8b2dd7b17c884f28cf3815d649458438b43a2.tar.gz
Update META6.json
-rw-r--r--META6.json10
1 files 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"}
}