Skip to content

Commit

Permalink
haxelib.json: requires license field; using Public as value for lack …
Browse files Browse the repository at this point in the history
…of a better option

The Python license is not supported by the Haxelib server. It has a SPDX license identifier, though. Maybe I can change it in the future.
  • Loading branch information
joshtynjala committed May 17, 2024
1 parent 24d38e2 commit b8e18e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions haxelib.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "snake-server",
"url": "https://bowlerhat.dev/",
"license": "Public",
"tags": ["tcp", "http", "server", "sys", "web"],
"description": "Create TCP/HTTP servers in Haxe, or start a simple HTTP static file server from the command line",
"version": "1.0.0",
Expand Down

0 comments on commit b8e18e4

Please sign in to comment.