aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatias Linares <matiaslina@gmail.com>2017-04-28 10:57:33 -0300
committerGitHub <noreply@github.com>2017-04-28 10:57:33 -0300
commit7535d28d8ee8ba11f026320c07e019f4d1abc471 (patch)
treebda67eea4ecfdd32fff28bc9f7f9aba93607f18b
parent479b46c3f213b886c5e5373d58330f7c5927f1d7 (diff)
parentc8c4c1820f44df96fd6e0356ec684202ffdcccae (diff)
downloadperl6-matrix-client-7535d28d8ee8ba11f026320c07e019f4d1abc471.tar.gz
Merge pull request #1 from samcv/SPDX-license
Use SPDX identifier in license field of META6.json
-rw-r--r--META6.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/META6.json b/META6.json
index 1d13472..6f19eba 100644
--- a/META6.json
+++ b/META6.json
@@ -1,6 +1,7 @@
{
"perl" : "6.c",
"name" : "Matrix::Client",
+ "license" : "Artistic-2.0",
"version" : "0.1.0",
"description" : "Matrix client for Perl 6",
"tags" : [ "Net", "Matrix" ],