about summary refs log tree commit homepage
path: root/lib/posix_mq.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/posix_mq.rb')
-rw-r--r--lib/posix_mq.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/posix_mq.rb b/lib/posix_mq.rb
index 60c63b6..5424667 100644
--- a/lib/posix_mq.rb
+++ b/lib/posix_mq.rb
@@ -41,7 +41,7 @@ class POSIX_MQ
   # SIGEV_THREAD functionality in mq_notify(3).  So far we only
   # know of glibc + Linux supporting this.  Please let us
   # know if your platform can support this functionality and
-  # are willing to test for us <ruby.posix.mq@librelist.com>
+  # are willing to test for us <ruby-posix-mq@bogomips.org>
   #
   # As far as we can tell, this method is not very useful
   # nor efficient.  You would be better served using signals or