about summary refs log tree commit homepage
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index b20efba..8d61275 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -2,7 +2,7 @@ all::
 RUBY = ruby
 RAKE = rake
 RSYNC = rsync
-GIT_URL = git://git.bogomips.org/local-openid.git
+GIT_URL = git://bogomips.org/local-openid.git
 
 GIT-VERSION-FILE: .FORCE-GIT-VERSION-FILE
         @./GIT-VERSION-GEN
@@ -38,7 +38,7 @@ ChangeLog: GIT-VERSION-FILE
         mv $@+ $@
 
 news_atom := http://bogomips.org/local-openid/NEWS.atom.xml
-cgit_atom := http://git.bogomips.org/cgit/local-openid.git/atom/?h=master
+cgit_atom := http://bogomips.org/local-openid.git/atom/?h=master
 atom = <link rel="alternate" title="Atom feed" href="$(1)" \
              type="application/atom+xml"/>