We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db17d23 commit 56ac85eCopy full SHA for 56ac85e
packages/m/mcpplibs-xpkg/xmake.lua
@@ -1,12 +1,12 @@
1
package("mcpplibs-xpkg")
2
3
- set_homepage("https://github.com/Sunrisepeak/libxpkg")
+ set_homepage("https://github.com/openxlings/libxpkg")
4
set_description("C++23 reference implementation of the xpkg package specification")
5
set_license("MIT")
6
7
add_urls(
8
- "https://github.com/Sunrisepeak/libxpkg/archive/refs/tags/v$(version).tar.gz",
9
- "https://github.com/Sunrisepeak/libxpkg.git v$(version)"
+ "https://github.com/openxlings/libxpkg/archive/refs/tags/v$(version).tar.gz",
+ "https://github.com/openxlings/libxpkg.git v$(version)"
10
)
11
12
add_versions("0.0.31", "99ed585238c2f9f38fb7ebffc1ed61f30a5ea4a10a307032a8d3023d94a00da6")
0 commit comments