about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2012-03-08 05:20:15 +0000
committerEric Wong <normalperson@yhbt.net>2012-03-08 05:20:15 +0000
commitd5dc32f3b3dd2577eb473bb8ec6c1b7533b5081e (patch)
treec14cc634545ceacd2883c4a9365c389b98df46bb
parentf2a1b8e5f3b9b9ba0c8593bab6d58def3b75e6a4 (diff)
downloadruby_io_splice-d5dc32f3b3dd2577eb473bb8ec6c1b7533b5081e.tar.gz
.org makes us look less commercial, which may be
important to some folks.  Yes, this project is
run by a dirty hippie.
-rw-r--r--README4
-rw-r--r--ext/io_splice/io_splice_ext.c2
-rw-r--r--io_splice.gemspec2
3 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index b2a8b4b..6300ac6 100644
--- a/README
+++ b/README
@@ -89,11 +89,11 @@ don't email the git mailing list or maintainer with io_splice patches.
 == Contact
 
 All feedback (bug reports, user/development discussion, patches, pull
-requests) go to the mailing list: mailto:ruby.io.splice@librelist.com
+requests) go to the mailing list: mailto:ruby.io.splice@librelist.org
 
 == Mailing List Archives
 
-In addition to the rsync-able archives provided by http://librelist.com/, we
+In addition to the rsync-able archives provided by http://librelist.org/, we
 are also mirrored to
 {Gmane}[http://gmane.org/info.php?group=gmane.comp.lang.ruby.io-splice.general]
 and maintain our own mbox mirrors downloadable via HTTP.
diff --git a/ext/io_splice/io_splice_ext.c b/ext/io_splice/io_splice_ext.c
index 4c713d1..32de838 100644
--- a/ext/io_splice/io_splice_ext.c
+++ b/ext/io_splice/io_splice_ext.c
@@ -477,7 +477,7 @@ static void advance_vmsplice_args(struct vmsplice_args *a, long n)
  * This may allow the kernel to avoid data copies in some cases.
  * but is (probably) of limited usefulness in Ruby.  If you have
  * use cases or ideas for making this more useful for Ruby users,
- * please tell us at ruby.io.splice@librelist.com!
+ * please tell us at ruby.io.splice@librelist.org!
  *
  * Also consider the "sendfile" RubyGem or IO.copy_stream in Ruby 1.9
  * if you want to do zero-copy file transfers to pipes or sockets.  As
diff --git a/io_splice.gemspec b/io_splice.gemspec
index 2046d11..bc3c477 100644
--- a/io_splice.gemspec
+++ b/io_splice.gemspec
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
   s.authors = ["Ruby io_splice hackers"]
   s.date = Time.now.utc.strftime('%Y-%m-%d')
   s.description = readme_description
-  s.email = %q{ruby.io.splice@librelist.com}
+  s.email = %q{ruby.io.splice@librelist.org}
   s.extensions = %w(ext/io_splice/extconf.rb)
   s.extra_rdoc_files = extra_rdoc_files(manifest)
   s.files = manifest