We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 420adb6 commit a69c788Copy full SHA for a69c788
haxelib.json
@@ -1,6 +1,6 @@
1
{
2
"name": "hxmake",
3
- "license": "https://github.com/eliasku/hxmake",
+ "license": "MIT",
4
"tags": [
5
"haxe",
6
"make",
@@ -17,5 +17,6 @@
17
"contributors": [
18
"eliasku"
19
],
20
- "version": "0.0.1"
+ "version": "0.0.1",
21
+ "url": "https://github.com/eliasku/hxmake"
22
}
run.n
185 Bytes
src/hxmake/haxelib/LibraryConfig.hx
@@ -31,7 +31,7 @@ class LibraryConfig {
31
32
33
if(url != null) {
34
- data.license = url;
+ data.url = url;
35
36
37
if(tags.length > 0) {
0 commit comments