瀏覽代碼

libunwind: fix description, use official home page. (#845)

Chen Yufei 3 年之前
父節點
當前提交
47fe591117
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      packages/l/libunwind/xmake.lua

+ 2 - 2
packages/l/libunwind/xmake.lua

@@ -1,7 +1,7 @@
 package("libunwind")
 
-    set_homepage("https://github.com/libunwind/libunwind")
-    set_description("This library provides functions for manipulating Unicode strings and for manipulating C strings according to the Unicode standard.")
+    set_homepage("https://www.nongnu.org/libunwind/")
+    set_description("A portable and efficient C programming interface (API) to determine the call-chain of a program.")
 
     add_urls("https://github.com/libunwind/libunwind/releases/download/$(version).tar.gz", {version = function (version)
         return version .. "/libunwind-" .. (version:gsub("v", "")) .. ".0"