From: Paul Ouellette Date: Sun, 26 May 2019 19:16:53 +0000 (-0400) Subject: Capitalize author in game.conf to match ContentDB X-Git-Tag: 5.1.0~65 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=80c10cee15de89bd8ca2e56c6702f78a01b8f468;p=oweals%2Fminetest_game.git Capitalize author in game.conf to match ContentDB The author is used to track packages for updating, so it should match. --- diff --git a/game.conf b/game.conf index 255451fc..5c968825 100644 --- a/game.conf +++ b/game.conf @@ -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.