about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-06-27 04:11:33 +0000
committerEric Wong <normalperson@yhbt.net>2011-06-27 04:11:33 +0000
commit2cb1800e7afe0085b135ac693d1b5a9378fadebc (patch)
tree8c937366cb6aace3baf2cd2c5a48c12e345ee66a
parent18318887920773d43b72e9fb6490d3e74674bcf0 (diff)
downloadraindrops-2cb1800e7afe0085b135ac693d1b5a9378fadebc.tar.gz
doc: librelist.com => librelist.org
A non-profit TLD makes more sense for a Free Software project.
-rw-r--r--README4
-rw-r--r--ext/raindrops/linux_inet_diag.c2
-rw-r--r--lib/raindrops.rb2
-rw-r--r--raindrops.gemspec2
4 files changed, 5 insertions, 5 deletions
diff --git a/README b/README
index b5417ad..5bce65d 100644
--- a/README
+++ b/README
@@ -62,7 +62,7 @@ Unpack it, and run "ruby setup.rb"
 
 See Raindrops::Middleware and Raindrops::LastDataRecv documentation for
 use Rack servers.  The entire library is fully-documented and we are
-responsive on the mailing list (mailto:raindrops@librelist.com) if you
+responsive on the mailing list (mailto:raindrops@librelist.org) if you
 have any questions or comments.
 
 == Development
@@ -96,7 +96,7 @@ similar in spirit to the existing LGPL).
 == Contact
 
 All feedback (bug reports, user/development discussion, patches, pull
-requests) go to the mailing list: mailto:raindrops@librelist.com
+requests) go to the mailing list: mailto:raindrops@librelist.org
 
 The mailing list is mirrored to Gmane, all information about the
 group is here:
diff --git a/ext/raindrops/linux_inet_diag.c b/ext/raindrops/linux_inet_diag.c
index 3797dc9..e6d7366 100644
--- a/ext/raindrops/linux_inet_diag.c
+++ b/ext/raindrops/linux_inet_diag.c
@@ -176,7 +176,7 @@ static const char *addr_any(sa_family_t family)
 static void bug_warn(void)
 {
         fprintf(stderr, "Please report how you produced this at "\
-                        "raindrops@librelist.com\n");
+                        "raindrops@librelist.org\n");
         fflush(stderr);
 }
 
diff --git a/lib/raindrops.rb b/lib/raindrops.rb
index 296dc94..7acde22 100644
--- a/lib/raindrops.rb
+++ b/lib/raindrops.rb
@@ -12,7 +12,7 @@
 # Unlike many classes in this package, the core Raindrops class is
 # intended to be portable to all reasonably modern *nix systems
 # supporting mmap().  Please let us know if you have portability
-# issues, patches or pull requests at mailto:raindrops@librelist.com
+# issues, patches or pull requests at mailto:raindrops@librelist.org
 class Raindrops
 
   # Used to represent the number of +active+ and +queued+ sockets for
diff --git a/raindrops.gemspec b/raindrops.gemspec
index 01984b6..dc44b75 100644
--- a/raindrops.gemspec
+++ b/raindrops.gemspec
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
   s.authors = ["raindrops hackers"]
   s.date = Time.now.utc.strftime('%Y-%m-%d')
   s.description = readme_description
-  s.email = %q{raindrops@librelist.com}
+  s.email = %q{raindrops@librelist.org}
   s.extensions = %w(ext/raindrops/extconf.rb)
   s.extra_rdoc_files = extra_rdoc_files(manifest)
   s.files = manifest