diff options
author | Samantha McVey <samantham@posteo.net> | 2017-04-27 00:41:21 -0700 |
---|---|---|
committer | Samantha McVey <samantham@posteo.net> | 2017-04-27 00:41:21 -0700 |
commit | c8c4c1820f44df96fd6e0356ec684202ffdcccae (patch) | |
tree | bda67eea4ecfdd32fff28bc9f7f9aba93607f18b | |
parent | 479b46c3f213b886c5e5373d58330f7c5927f1d7 (diff) | |
download | perl6-matrix-client-c8c4c1820f44df96fd6e0356ec684202ffdcccae.tar.gz |
Use SPDX identifier in license field of META6.json
Use the standardized identifier for the license field.
For more details see https://design.perl6.org/S22.html#license
-rw-r--r-- | META6.json | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" ], |