diff options
Diffstat (limited to 'src/Locales.hs')
-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" |