From 6cc143a6ffdc19d14b623384c72701f1accc51fc Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sat, 21 Nov 2015 03:18:46 +0100 Subject: [PATCH] [locales] Update repoURL --- src/Locales.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Locales.hs b/src/Locales.hs index e4ac9767c..0ee5f0e53 100644 --- a/src/Locales.hs +++ b/src/Locales.hs @@ -124,6 +124,6 @@ unknownErrorText DE = "Ein unbekannter Fehler ist aufgetreten." unknownErrorText EN = "An unknown error has occured." -- static information -repoURL :: Text = "http://hg.tazj.in/tazblog-haskell" +repoURL :: Text = "https://bitbucket.org/tazjin/tazblog-haskell" mailTo :: Text = "mailto:tazjin+blog@gmail.com" twitter :: Text = "http://twitter.com/#!/tazjin"