about summary refs log tree commit homepage
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index 3f4b240..1bd1474 100644
--- a/Rakefile
+++ b/Rakefile
@@ -22,8 +22,8 @@ def tags
   end.compact.sort { |a,b| b[:time] <=> a[:time] }
 end
 
-cgit_url = "http://git.bogomips.org/cgit/local-openid.git"
-git_url = ENV['GIT_URL'] || 'git://git.bogomips.org/local-openid.git'
+cgit_url = "http://bogomips.org/local-openid.git"
+git_url = ENV['GIT_URL'] || 'git://bogomips.org/local-openid.git'
 
 desc 'prints news as an Atom feed'
 task :news_atom do