librelist archives

« back to archive

[PATCH] README: new git repository

[PATCH] README: new git repository

From:
Eric Wong
Date:
2009-09-01 @ 22:30
I seem to have problems pushing to Rubyforge at the moment, so
I'll put the repository on a host I have more control over.

Tracking the issue here:

  http://rubyforge.org/tracker/index.php?func=detail&aid=26185&group_id=5&atid=102
---

 This probably won't be permanent, I'd like to continue using community
 resources as much as possible...  And no, corporate-controlled hosting
 with vendor lock-in potential is never an option.

 README.txt |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.txt b/README.txt
index ce63b63..c52dbc5 100644
--- a/README.txt
+++ b/README.txt
@@ -78,13 +78,13 @@ somewhere inside the "Rails::Initializer.run do 
|config|" block:
 
 The latest development happens in git and is published to the following:
 
+   git://git.bogomips.org/clogger.git
    git://rubyforge.org/clogger.git
-   git://git.bogomips.org/mirrors/clogger.git
 
 You may also browse and download snapshot tarballs:
 
+* http://git.bogomips.org/cgit/clogger.git (cgit)
 * http://clogger.rubyforge.org/git?p=clogger.git (gitweb)
-* http://git.bogomips.org/cgit/mirrors/clogger.git (cgit)
 
 The mailing list (see below) is central for coordination and
 development.  Patches should always be sent inline
-- 
Eric Wong