gentoo-ebuilds/dev-lua/luacheck/metadata.xml
Caleb Maclennan d33fddfbb9
dev-lua: Update links to repositories migrated to lunarmodules org
Closes: https://github.com/gentoo/gentoo/pull/24879
Signed-off-by: Caleb Maclennan <caleb@alerque.com>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
2022-04-03 12:42:51 +02:00

19 lines
703 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>conikost@gentoo.org</email>
<name>Conrad Kostecki</name>
</maintainer>
<stabilize-allarches/>
<longdescription lang="en">
A tool for linting and static analysis of Lua code.
Luacheck supports checking Lua files using syntax of
Lua 5.1, Lua 5.2, Lua 5.3, Lua 5.4 and LuaJIT.
Luacheck itself is written in Lua and runs on all of mentioned Lua versions.
</longdescription>
<upstream>
<remote-id type="github">lunarmodules/luacheck</remote-id>
<remote-id type="github">mpeterv/luacheck</remote-id>
</upstream>
</pkgmetadata>