Skip to content
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.

Commit

Permalink
Use SPDX identifier in license field of META6.json
Browse files Browse the repository at this point in the history
Use the standardized identifier for the license field.
For more details see https://design.perl6.org/S22.html#license
  • Loading branch information
samcv committed Apr 28, 2017
1 parent ee22357 commit 4792f11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions META6.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"perl": "6.*",
"name": "Algorithm::Elo",
"license" : "MIT",
"version": "0.1.0",
"description": "Implementation of the Elo chess rating system",
"author": "Rob Hoelz",
Expand Down

0 comments on commit 4792f11

Please sign in to comment.