about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-11-18 15:38:12 -0800
committerEric Wong <normalperson@yhbt.net>2010-11-18 15:38:12 -0800
commitd78a2075bdb0a30bf0064d2857011c330cc0d09e (patch)
tree4222c207ca1724fa6fb22f2686060e8a854e6263
parent28070c522aff233eadb7e167f8d4e8122cd0bb47 (diff)
downloadkgio-d78a2075bdb0a30bf0064d2857011c330cc0d09e.tar.gz
This project is useful enough for others and to stand alone
without needing to be associated with Unicorn.
-rw-r--r--GNUmakefile4
-rw-r--r--ISSUES4
-rw-r--r--Rakefile2
-rw-r--r--kgio.gemspec2
4 files changed, 6 insertions, 6 deletions
diff --git a/GNUmakefile b/GNUmakefile
index a0fc489..62bf388 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -64,7 +64,7 @@ ChangeLog: GIT-VERSION-FILE
         git log $(log_range) | sed -e 's/^/    /' >> $@+
         mv $@+ $@
 
-news_atom := http://unicorn.bogomips.org/kgio/NEWS.atom.xml
+news_atom := http://bogomips.org/kgio/NEWS.atom.xml
 cgit_atom := http://git.bogomips.org/cgit/kgio.git/atom/?h=master
 atom = <link rel="alternate" title="Atom feed" href="$(1)" \
              type="application/atom+xml"/>
@@ -177,7 +177,7 @@ publish_doc:
                 TZ=UTC xargs touch -d '1970-01-01 00:00:00' doc/rdoc.css
         $(MAKE) doc_gz
         chmod 644 $$(find doc -type f)
-        $(RSYNC) -av doc/ unicorn.bogomips.org:/srv/unicorn/kgio/
+        $(RSYNC) -av doc/ bogomips.org:/srv/bogomips/kgio/
         git ls-files | xargs touch
 
 # Create gzip variants of the same timestamp as the original so nginx
diff --git a/ISSUES b/ISSUES
index d60f376..ff220dd 100644
--- a/ISSUES
+++ b/ISSUES
@@ -3,7 +3,7 @@
 The kgio {mailing list}[mailto:kgio@librelist.com] is the best
 place to report bugs, submit patches and/or obtain support after you
 have searched the mailing list archives and
-{documentation}[http://unicorn.bogomips.org/kgio].
+{documentation}[http://bogomips.org/kgio].
 
 * Do not {top post}[http://catb.org/jargon/html/T/top-post.html] in replies
 * Quote only the relevant portions of the message you're replying to
@@ -30,5 +30,5 @@ guidelines for patch submission.
 
 == Mailing List Archives (coming soon)
 
-* http://unicorn.bogomips.org/kgio/archives/
+* http://bogomips.org/kgio/archives/
 * nntp://news.gmane.org/gmane.comp.lang.ruby.kgio.general
diff --git a/Rakefile b/Rakefile
index 42ddf76..663fd01 100644
--- a/Rakefile
+++ b/Rakefile
@@ -25,7 +25,7 @@ end
 
 cgit_url = "http://git.bogomips.org/cgit/kgio.git"
 git_url = ENV['GIT_URL'] || 'git://git.bogomips.org/kgio.git'
-web_url = "http://unicorn.bogomips.org/kgio"
+web_url = "http://bogomips.org/kgio"
 
 desc 'prints news as an Atom feed'
 task :news_atom do
diff --git a/kgio.gemspec b/kgio.gemspec
index 70a9147..2686309 100644
--- a/kgio.gemspec
+++ b/kgio.gemspec
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
   s.name = %q{kgio}
   s.version = ENV["VERSION"]
 
-  s.homepage = 'http://unicorn.bogomips.org/kgio/'
+  s.homepage = 'http://bogomips.org/kgio/'
   s.authors = ["kgio hackers"]
   s.date = Time.now.utc.strftime('%Y-%m-%d')
   s.description = description