aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatias Linares <matiaslina@openmailbox.org>2017-04-13 13:04:53 -0300
committerMatias Linares <matiaslina@openmailbox.org>2017-04-13 13:04:53 -0300
commit479b46c3f213b886c5e5373d58330f7c5927f1d7 (patch)
tree391d4c002338f389b1f177200e08aab4c77cc2a1
parent62c8b2dd7b17c884f28cf3815d649458438b43a2 (diff)
downloadperl6-matrix-client-479b46c3f213b886c5e5373d58330f7c5927f1d7.tar.gz
Add source-url to META6.json
-rw-r--r--META6.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/META6.json b/META6.json
index d9537ea..1d13472 100644
--- a/META6.json
+++ b/META6.json
@@ -20,5 +20,6 @@
"Matrix::Client::Common" : "lib/Matrix/Client/Common.pm6"
},
"authors" : ["Matias Linares"],
- "support" : {"source" : "git://github.com/matiaslina/perl6-matrix-client.git"}
+ "support" : {"source" : "git://github.com/matiaslina/perl6-matrix-client.git"},
+ "source-url" : "https://github.com/matiaslina/perl6-matrix-client.git"
}