Change content.minetest.net to content.luanti.org

This commit is contained in:
rubenwardy
2024-10-29 22:53:28 +00:00
parent a5ac4f38cf
commit dd2e73b40f
15 changed files with 41 additions and 41 deletions

View File

@@ -30,9 +30,9 @@ def _make_feed(title: str, feed_url: str, items: list):
"version": "https://jsonfeed.org/version/1",
"title": title,
"description": gettext("Welcome to the best place to find Luanti mods, games, and texture packs"),
"home_page_url": "https://content.minetest.net/",
"home_page_url": "https://content.luanti.org/",
"feed_url": feed_url,
"icon": "https://content.minetest.net/favicon-128.png",
"icon": "https://content.luanti.org/favicon-128.png",
"expired": False,
"items": items,
}