Ver código fonte

Add MIT license to liburing (#5083)

Aidan Sun 1 ano atrás
pai
commit
420d4d5d6c
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      packages/l/liburing/xmake.lua

+ 1 - 0
packages/l/liburing/xmake.lua

@@ -2,6 +2,7 @@ package("liburing")
 
 
     set_homepage("https://github.com/axboe/liburing")
     set_homepage("https://github.com/axboe/liburing")
     set_description("liburing provides helpers to setup and teardown io_uring instances")
     set_description("liburing provides helpers to setup and teardown io_uring instances")
+    set_license("MIT")
 
 
     add_urls("https://github.com/axboe/liburing/archive/refs/tags/liburing-$(version).tar.gz",
     add_urls("https://github.com/axboe/liburing/archive/refs/tags/liburing-$(version).tar.gz",
              "https://github.com/axboe/liburing.git")
              "https://github.com/axboe/liburing.git")