Skip to content

Commit f9f0fd4

Browse files
committed
Use SPDX identifier in license field of META.info
Use the standardized identifier for the license field. For more details see https://design.perl6.org/S22.html#license
1 parent 07c0af9 commit f9f0fd4

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

META.info

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
{
2-
"name" : "Imlib2",
3-
"version" : "0.0.1",
4-
"description" : "Perl 6 interface to the Imlib2 image library.",
5-
"author" : "Henrique Dias",
6-
"depends" : [ "NativeCall", "LibraryMake" ],
7-
"source-type" : "git",
8-
"source-url" : "git://github.com/mrhdias/perl6-Imlib2.git"
9-
}
2+
"name": "Imlib2",
3+
"source-url": "git://github.com/mrhdias/perl6-Imlib2.git",
4+
"source-type": "git",
5+
"author": "Henrique Dias",
6+
"depends": [
7+
"NativeCall",
8+
"LibraryMake"
9+
],
10+
"license": "Artistic-2.0",
11+
"version": "0.0.1",
12+
"description": "Perl 6 interface to the Imlib2 image library."
13+
}

0 commit comments

Comments
 (0)