From c8c4c1820f44df96fd6e0356ec684202ffdcccae Mon Sep 17 00:00:00 2001 From: Samantha McVey Date: Thu, 27 Apr 2017 00:41:21 -0700 Subject: 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 --- META6.json | 1 + 1 file changed, 1 insertion(+) 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" ], -- cgit v1.2.3-54-g00ecf