From 35d50913fbee90bc9237eff20a50b65ed7180adc Mon Sep 17 00:00:00 2001
From: Chris Wong <lambda.fairy@gmail.com>
Date: Thu, 26 Jan 2017 19:58:25 +1300
Subject: [PATCH] Fix typo in maud_extras/Cargo.toml

---
 maud_extras/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/maud_extras/Cargo.toml b/maud_extras/Cargo.toml
index 16765bc..01f883b 100644
--- a/maud_extras/Cargo.toml
+++ b/maud_extras/Cargo.toml
@@ -5,7 +5,7 @@ version = "0.0.0"
 authors = ["Chris Wong <lambda.fairy@gmail.com>"]
 
 license = "CC0-1.0"
-repository = "https://github.com/lfairy/maud_extras"
+repository = "https://github.com/lfairy/maud"
 description = "Extra bits and pieces for use in Maud templates."
 
 [dependencies]