Update links

This commit is contained in:
luk3yx 2019-02-15 17:35:15 +13:00
parent be5b46db79
commit 0c3a519e59
2 changed files with 8 additions and 8 deletions

View File

@ -89,7 +89,7 @@ return {
local version = core.get_version() local version = core.get_version()
return "image[0.5,1;" .. core.formspec_escape(logofile) .. "]" .. return "image[0.5,1;" .. core.formspec_escape(logofile) .. "]" ..
"label[0.5,3.2;" .. version.project .. " " .. version.string .. "]" .. "label[0.5,3.2;" .. version.project .. " " .. version.string .. "]" ..
"label[0.5,3.5;http://minetest.net]" .. "label[0.5,3.5;github.com/luk3yx/minetest]" ..
"tablecolumns[color;text]" .. "tablecolumns[color;text]" ..
"tableoptions[background=#00000000;highlight=#00000000;border=false]" .. "tableoptions[background=#00000000;highlight=#00000000;border=false]" ..
"table[3.5,-0.25;8.5,6.05;list_credits;" .. "table[3.5,-0.25;8.5,6.05;list_credits;" ..

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application"> <component type="desktop-application">
<id>net.minetest.minetest.desktop</id> <id>io.github.luk3yx.minetest.desktop</id>
<metadata_license>CC0-1.0</metadata_license> <metadata_license>CC0-1.0</metadata_license>
<project_license>LGPL-2.1+ and CC-BY-SA-3.0 and MIT and Apache-2.0</project_license> <project_license>LGPL-2.1+ and CC-BY-SA-3.0 and MIT and Apache-2.0</project_license>
<name>Minetest</name> <name>Minetest</name>
@ -44,12 +44,12 @@
<keyword>mining</keyword> <keyword>mining</keyword>
<keyword>multiplayer</keyword> <keyword>multiplayer</keyword>
</keywords> </keywords>
<url type="homepage">http://minetest.net</url> <url type="homepage">https://github.com/luk3yx/minetest</url>
<url type="bugtracker">http://www.minetest.net/development/#reporting-issues</url> <url type="bugtracker">https://github.com/luk3yx/minetest/issues</url>
<url type="translate">http://dev.minetest.net/Translation</url> <url type="translate">https://dev.minetest.net/Translation</url>
<url type="donation">http://www.minetest.net/development/#donate</url> <url type="donation">https://www.minetest.net/development/#donate</url>
<url type="faq">http://wiki.minetest.net/FAQ</url> <url type="faq">https://wiki.minetest.net/FAQ</url>
<url type="help">http://wiki.minetest.net</url> <url type="help">https://wiki.minetest.net</url>
<provides> <provides>
<binary>minetest</binary> <binary>minetest</binary>
</provides> </provides>