From 0c47e10a908c189dd0bf2b0d058a3b7163e60e28 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Diego=20Mart=C3=ADnez?= <kaeza@users.noreply.github.com>
Date: Thu, 6 Oct 2016 21:09:59 -0300
Subject: [PATCH] Update installation instructions to use new repo URL.

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 5a92595..815dba8 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ Installing
 
 Quick one line install for Linux:
 
-	cd <Mods directory> && git clone --recursive https://github.com/kaeza/minetest-irc.git irc
+	cd <Mods directory> && git clone --recursive https://github.com/minetest-mods/irc.git
 
 Please change `<Mods directory>` to fit your installation of Minetest.
 For more information, see [the wiki](http://wiki.minetest.net/Installing_mods).