From cd2c6c949ce79a569e0751fec6cb1ad2ce1c3cdb Mon Sep 17 00:00:00 2001
From: Panquesito7 <halfpacho@gmail.com>
Date: Wed, 4 Sep 2019 01:21:16 -0500
Subject: [PATCH] Update "mod.conf" to set description (#13)

* Update mod.conf

* Delete deprecated description.txt
---
 description.txt | 1 -
 mod.conf        | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)
 delete mode 100644 description.txt

diff --git a/description.txt b/description.txt
deleted file mode 100644
index 9565a95..0000000
--- a/description.txt
+++ /dev/null
@@ -1 +0,0 @@
-This mod creates a bridge between a Matrix channel and the in-game chat!
diff --git a/mod.conf b/mod.conf
index a5de2ae..8be6de1 100644
--- a/mod.conf
+++ b/mod.conf
@@ -1 +1,2 @@
 name = matrix_chat
+description = This mod creates a bridge between a Matrix channel and the in-game chat.
-- 
GitLab