소스 검색

Add MIT license to liburing (#5083)

Aidan Sun 1 년 전
부모
커밋
420d4d5d6c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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_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",
              "https://github.com/axboe/liburing.git")