Skip to content

Commit 56ac85e

Browse files
committed
update libxpkg repo addr
1 parent db17d23 commit 56ac85e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/m/mcpplibs-xpkg/xmake.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
package("mcpplibs-xpkg")
22

3-
set_homepage("https://github.com/Sunrisepeak/libxpkg")
3+
set_homepage("https://github.com/openxlings/libxpkg")
44
set_description("C++23 reference implementation of the xpkg package specification")
55
set_license("MIT")
66

77
add_urls(
8-
"https://github.com/Sunrisepeak/libxpkg/archive/refs/tags/v$(version).tar.gz",
9-
"https://github.com/Sunrisepeak/libxpkg.git v$(version)"
8+
"https://github.com/openxlings/libxpkg/archive/refs/tags/v$(version).tar.gz",
9+
"https://github.com/openxlings/libxpkg.git v$(version)"
1010
)
1111

1212
add_versions("0.0.31", "99ed585238c2f9f38fb7ebffc1ed61f30a5ea4a10a307032a8d3023d94a00da6")

0 commit comments

Comments
 (0)