From 80c10cee15de89bd8ca2e56c6702f78a01b8f468 Mon Sep 17 00:00:00 2001
From: Paul Ouellette <oue.paul18@gmail.com>
Date: Sun, 26 May 2019 15:16:53 -0400
Subject: [PATCH] Capitalize author in game.conf to match ContentDB

The author is used to track packages for updating, so it should match.
---
 game.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/game.conf b/game.conf
index 255451f..5c96882 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.