dev-util/lua-language-server: change upstream org name
Signed-off-by: tastytea <tastytea@tastytea.de>
This commit is contained in:
parent
484b6ee609
commit
51081f82cd
@ -1,4 +1,4 @@
|
|||||||
# Copyright 2020-2022 Gentoo Authors
|
# Copyright 2020-2023 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
# TODO: unbundle deps, set flags correctly, verbose luamake, less sed hacks
|
# TODO: unbundle deps, set flags correctly, verbose luamake, less sed hacks
|
||||||
@ -10,8 +10,8 @@ LUA_COMPAT=( lua{5-{1,3,4},jit} )
|
|||||||
inherit lua-single ninja-utils prefix toolchain-funcs
|
inherit lua-single ninja-utils prefix toolchain-funcs
|
||||||
|
|
||||||
DESCRIPTION="A language server that offers Lua language support"
|
DESCRIPTION="A language server that offers Lua language support"
|
||||||
HOMEPAGE="https://github.com/sumneko/lua-language-server"
|
HOMEPAGE="https://github.com/LuaLS/lua-language-server"
|
||||||
SRC_URI="https://github.com/sumneko/${PN}/releases/download/${PV}/${P}-submodules.zip -> ${P}.zip"
|
SRC_URI="https://github.com/LuaLS/${PN}/releases/download/${PV}/${P}-submodules.zip -> ${P}.zip"
|
||||||
S="${WORKDIR}"
|
S="${WORKDIR}"
|
||||||
|
|
||||||
LICENSE="MIT"
|
LICENSE="MIT"
|
||||||
|
@ -10,8 +10,8 @@ LUA_COMPAT=( lua{5-{1,3,4},jit} )
|
|||||||
inherit lua-single ninja-utils prefix toolchain-funcs
|
inherit lua-single ninja-utils prefix toolchain-funcs
|
||||||
|
|
||||||
DESCRIPTION="A language server that offers Lua language support"
|
DESCRIPTION="A language server that offers Lua language support"
|
||||||
HOMEPAGE="https://github.com/sumneko/lua-language-server"
|
HOMEPAGE="https://github.com/LuaLS/lua-language-server"
|
||||||
SRC_URI="https://github.com/sumneko/${PN}/releases/download/${PV}/${P}-submodules.zip -> ${P}.zip"
|
SRC_URI="https://github.com/LuaLS/${PN}/releases/download/${PV}/${P}-submodules.zip -> ${P}.zip"
|
||||||
S="${WORKDIR}"
|
S="${WORKDIR}"
|
||||||
|
|
||||||
LICENSE="MIT"
|
LICENSE="MIT"
|
||||||
|
@ -6,6 +6,6 @@
|
|||||||
<name>Ronny (tastytea) Gutbrod</name>
|
<name>Ronny (tastytea) Gutbrod</name>
|
||||||
</maintainer>
|
</maintainer>
|
||||||
<upstream>
|
<upstream>
|
||||||
<remote-id type="github">sumneko/lua-language-server</remote-id>
|
<remote-id type="github">LuaLS/lua-language-server</remote-id>
|
||||||
</upstream>
|
</upstream>
|
||||||
</pkgmetadata>
|
</pkgmetadata>
|
||||||
|
Reference in New Issue
Block a user