about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2017-01-31 18:05:57 +0000
committerEric Wong <e@80x24.org>2017-01-31 18:18:21 +0000
commitf8f4014a45d5446fa2eb34e79b042c84664cd0f7 (patch)
tree91862aa5f75b08434f05d5befa4b2f30257da4f2
parentd31b1f87ef9c7302b17839a8d33ce97f47cff47f (diff)
downloadmogilefs-client-f8f4014a45d5446fa2eb34e79b042c84664cd0f7.tar.gz
Instead, promote anonymous remailers and put users in
charge of their own anonymity.
-rw-r--r--.olddoc.yml1
-rw-r--r--README8
-rw-r--r--mogilefs-client.gemspec2
3 files changed, 4 insertions, 7 deletions
diff --git a/.olddoc.yml b/.olddoc.yml
index aa4d4dc..d6c89ef 100644
--- a/.olddoc.yml
+++ b/.olddoc.yml
@@ -3,7 +3,6 @@ cgit_url: https://bogomips.org/mogilefs-client.git
 git_url: git://bogomips.org/mogilefs-client.git
 rdoc_url: https://bogomips.org/mogilefs-client
 changelog_start: v1.2.1
-private_email: e@80x24.org
 public_email: mogilefs-client-public@bogomips.org
 nntp_url: nntp://news.public-inbox.org/inbox.comp.file-systems.mogilefs.ruby
 ml_url: https://bogomips.org/mogilefs-client-public/
diff --git a/README b/README
index 73fdbd3..ab84111 100644
--- a/README
+++ b/README
@@ -12,7 +12,6 @@ mogilefs :: http://mogilefs.org/
 list :: mailto:mogilefs-client-public@bogomips.org
 list-cc :: mailto:mogile@googlegroups.com
 list-archive :: https://bogomips.org/mogilefs-client-public
-email :: mailto:e@80x24.org
 repo :: git://bogomips.org/mogilefs-client.git
         https://bogomips.org/mogilefs-client.git
 gitweb :: http://repo.or.cz/w/ruby-mogilefs-client.git
@@ -43,16 +42,15 @@ is required or available to post:
 
         mogilefs-client-public@bogomips.org
 
+Users of anonymous remailers and other anonymity tools are welcome.
+Participants will never be asked to reveal their identity.
+
 List archives: https://bogomips.org/mogilefs-client-public/
 
 We may also piggy-back onto the public MogileFS mailing list at
 mogile@googlegroups.com for feedback (subscription required,
 unfortunately)
 
-If you wish to keep your issue secret, feel free to email the author at:
-
-                e@80x24.org
-
 Do not expect us to read HTML mail under any circumstances.
 
 == WARNING!
diff --git a/mogilefs-client.gemspec b/mogilefs-client.gemspec
index c6adc4f..d5ce96b 100644
--- a/mogilefs-client.gemspec
+++ b/mogilefs-client.gemspec
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
   s.authors = ["#{s.name} hackers"]
   s.summary = summary
   s.description = readme_description
-  s.email = Olddoc.config['private_email']
+  s.email = 'mogilefs-client-public@bogomips.org'
   s.files = manifest
   s.add_development_dependency('olddoc', '~> 1.0')
   s.homepage = Olddoc.config['rdoc_url']