about summary refs log tree commit homepage
path: root/tdb.gemspec
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2014-10-03 09:38:23 +0000
committerEric Wong <e@80x24.org>2014-10-03 09:38:23 +0000
commitcbf1b34df7c3befa0268c320e916ea49b366bb3a (patch)
tree238a55953af4da02e2a470909286a941fca74d1f /tdb.gemspec
parentac1dcce52d3fe2e400afead761498a426870b7b5 (diff)
downloadruby-tdb-cbf1b34df7c3befa0268c320e916ea49b366bb3a.tar.gz
librelist no longer offers rsync-able archives, and over the years
I've become less and less satisfied with subscription-required
mailing lists.

So the new mailing list will be a public-inbox[1] with no
subscription required at:

	ruby-tdb-public@bogomips.org

Since no subscription is required, please Cc: all recipients
(LKML-style) as many participants are NOT subscribed.

I've subscribed the current list address to the old librelist
address so old posts continue to go through.

[1] http://public-inbox.org/README
Diffstat (limited to 'tdb.gemspec')
-rw-r--r--tdb.gemspec3
1 files changed, 1 insertions, 2 deletions
diff --git a/tdb.gemspec b/tdb.gemspec
index 72d3e35..bad795a 100644
--- a/tdb.gemspec
+++ b/tdb.gemspec
@@ -10,11 +10,10 @@ Gem::Specification.new do |s|
   s.homepage = 'http://bogomips.org/ruby-tdb/'
   s.authors = ["Ruby tdb hackers"]
   s.description = readme_description
-  s.email = %q{ruby.tdb@librelist.org}
+  s.email = %q{ruby-tdb@bogomips.org}
   s.extra_rdoc_files = extra_rdoc_files(manifest)
   s.files = manifest
   s.rdoc_options = rdoc_options
-  s.rubyforge_project = %q{qrp}
   s.summary = summary
   s.test_files = Dir['test/test_*.rb']
   s.extensions = %w(ext/tdb/extconf.rb)