diff options
author | Vincent Ambo <vincent@kivra.com> | 2015-11-21T02·18+0100 |
---|---|---|
committer | Vincent Ambo <vincent@kivra.com> | 2015-11-21T02·18+0100 |
commit | 6cc143a6ffdc19d14b623384c72701f1accc51fc (patch) | |
tree | 83b5e1274a494b65deb894eff007e416031f3187 | |
parent | 77c376e283e5dd2bde32ab1f20555c28c4adad89 (diff) |
[locales] Update repoURL
-rw-r--r-- | src/Locales.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Locales.hs b/src/Locales.hs index e4ac9767c34d..0ee5f0e535f0 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" |