aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamantha McVey <samantham@posteo.net>2017-04-26 00:37:11 -0700
committerSamantha McVey <samantham@posteo.net>2017-04-26 00:37:11 -0700
commit2caf83f84ceca0461b39e0632201c0451250c59a (patch)
tree1a046c0bc1bb18abb737b5f440bad1dd2e1ca47c
parent56b4824f10dc06c91e87acdf7ea14fc668c33a8b (diff)
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.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/META6.json b/META6.json
index c164187..b347847 100644
--- a/META6.json
+++ b/META6.json
@@ -1,6 +1,7 @@
{
"perl" : "6.c",
"name" : "IRC::Client",
+ "license" : "Artistic-2.0",
"version" : "3.006004",
"description" : "Extendable Internet Relay Chat client",
"tags" : [ "Net", "IRC" ],