about summary refs log tree commit homepage
path: root/ext
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 /ext
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.
Diffstat (limited to 'ext')
-rw-r--r--ext/io_splice/io_splice_ext.c2
1 files changed, 1 insertions, 1 deletions
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