fix license (#2093)

pull/2094/head
star9029 2 years ago committed by GitHub
parent 6d67e51744
commit 66585d7bbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/a/ada/xmake.lua

@ -2,7 +2,7 @@ package("ada")
set_homepage("https://www.ada-url.com")
set_description("WHATWG-compliant and fast URL parser written in modern C++")
set_license("Apache-2.0", "MIT")
set_license("Apache-2.0")
set_urls("https://github.com/ada-url/ada/archive/refs/tags/v$(version).tar.gz",
"https://github.com/ada-url/ada.git")

Loading…
Cancel
Save