1
0
mirror of https://github.com/minetest/minetest_game.git synced 2024-12-22 15:00:18 +01:00

Capitalize author in game.conf to match ContentDB

The author is used to track packages for updating, so it should match.
This commit is contained in:
Paul Ouellette 2019-05-26 15:16:53 -04:00 committed by Paramat
parent aee5ba64f9
commit 80c10cee15

View File

@ -1,3 +1,3 @@
name = Minetest Game
author = minetest
author = Minetest
description = Bundled by default with Minetest, and aims to be lightweight, moddable, and fairly playable without mods.