Browse Source

par: add license

star9029 2 months ago
parent
commit
bb9b6ecec7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/p/par/xmake.lua

+ 1 - 0
packages/p/par/xmake.lua

@@ -2,6 +2,7 @@ package("par")
     set_kind("library", {headeronly = true})
     set_homepage("https://github.com/prideout/par")
     set_description("single-file C libraries from Philip Allan Rideout")
+    set_license("MIT")
 
     add_urls("https://github.com/prideout/par.git")