aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"}
}