about summary refs log tree commit diff
path: root/src/Locales.hs
diff options
context:
space:
mode:
author"Vincent Ambo ext:(%22) <tazjin@gmail.com>2013-05-05T18·34+0200
committer"Vincent Ambo ext:(%22) <tazjin@gmail.com>2013-05-05T18·34+0200
commitd7cce6cb413a3a1067ef4e6c72107a21983453a4 (patch)
tree65103ea5db5172fc54ef2dd0c63a2099407753b1 /src/Locales.hs
parent11a51f6abdef96a9c8e49ee7bb23e96aadb55276 (diff)
* more bootstrap-related fixes, nearing completion
* version bumped to 4.0
Diffstat (limited to 'src/Locales.hs')
-rw-r--r--src/Locales.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Locales.hs b/src/Locales.hs
index 67c55a81dc62..34d3fadf25d0 100644
--- a/src/Locales.hs
+++ b/src/Locales.hs
@@ -18,7 +18,7 @@ import           BlogDB      (BlogLang (..))
 
 data BlogError = NotFound | DBError
 
-version = "3.5"
+version = "4.0"
 
 allLang = [EN, DE]
 
@@ -159,6 +159,6 @@ rightText DE = "English version <a href=\"/en\" class=\"link\">available here</a
 rightText EN = "Deutsche Version <a href=\"/de\" class=\"link\">hier verf&uuml;gbar</a>."
 
 -- static information
-repoURL   :: Text = "https://bitbucket.org/tazjin/tazblog-haskell"
+repoURL   :: Text = "http://hg.tazj.in/tazblog-haskell"
 mailTo    :: Text = "mailto:tazjin+blog@gmail.com"
 twitter   :: Text = "http://twitter.com/#!/tazjin"