From 892574c155a00cfbf670cf98577cc13bf4dda6a7 Mon Sep 17 00:00:00 2001 From: 18721213663 Date: Sun, 29 Sep 2024 15:08:30 +0800 Subject: [PATCH] fix opensource Signed-off-by: 18721213663 --- README.OpenSource | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.OpenSource b/README.OpenSource index 7c9d522..2fd6195 100644 --- a/README.OpenSource +++ b/README.OpenSource @@ -1,11 +1,11 @@ [ { "Name": "liburing", - "License": "MIT License, GPL V2.0", - "License File": "LICENSE, COPYING.GPL", + "License": "MIT License", + "License File": "LICENSE", "Version Number": "2.3", - "Owner": "maojingjing1@huawei.com", - "Upstream URL": "https://github.com/axboe/liburing/releases/tag/liburing-2.3", + "Owner": "mailto:maojingjing1@huawei.com", + "Upstream URL": "https://github.com/axboe/liburing.git", "Description": "liburing provides helpers to setup and reardown io_uring instances, and also a simplified interface for applications that don't need (or want) to deal with the full kernel side implementation." } ] \ No newline at end of file -- Gitee