From: Eric Wong <yahns-public@yhbt.net>
To: yahns-public@yhbt.net
Subject: [PATCH 4/4] gemspec: stop advertising "private" email address
Date: Sun, 5 Mar 2017 22:30:02 +0000 [thread overview]
Message-ID: <20170305223002.9822-5-yahns-public@yhbt.net> (raw)
In-Reply-To: <20170305223002.9822-1-yahns-public@yhbt.net>
Anonymity is a job for the users sending the mail; lets not hold
ourselves unnecessarily accountable for anonymizing or hiding
messages.
---
HACKING | 3 ++-
yahns.gemspec | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/HACKING b/HACKING
index d0485c4..cf6c660 100644
--- a/HACKING
+++ b/HACKING
@@ -47,7 +47,8 @@ developers do. Please send patches via git-send-email(1) to the public
mailing list at <yahns-public@yhbt.net>. Pull requests should be
formatted using git-request-pull(1).
-Mailing list archives: https://yhbt.net/yahns-public/
+All mail is archived publically at: https://yhbt.net/yahns-public/
+Anonymous contributions will always be welcome.
No subscription is necessary to post to the mailing list.
Please remember to Cc: all recipients as subscription is optional.
diff --git a/yahns.gemspec b/yahns.gemspec
index 0ac394c..31eb957 100644
--- a/yahns.gemspec
+++ b/yahns.gemspec
@@ -7,7 +7,7 @@
s.authors = ["yahns hackers"]
s.summary = "sleepy, multi-threaded, non-blocking application server"
s.description = File.read("README").split(/\n\n/)[1].strip
- s.email = %q{yahns@yhbt.net}
+ s.email = %q{yahns-public@yhbt.net}
s.executables = manifest.grep(%r{\Abin/}).map { |s| s.sub(%r{\Abin/}, "") }
s.files = manifest
s.add_dependency(%q<kgio>, '~> 2.9')
--
EW
prev parent reply other threads:[~2017-03-05 22:30 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-05 22:29 [PATCH 0/4] documentation cleanups and tidying Eric Wong
2017-03-05 22:29 ` [PATCH 1/4] update more referenced URLs to be HTTPS Eric Wong
2017-03-05 22:30 ` [PATCH 2/4] chunk_body: nodoc this internal class Eric Wong
2017-03-05 22:30 ` [PATCH 3/4] Revert "use olddoc 1.1.0 for generating NEWS + NEWS.atom.xml" Eric Wong
2017-03-05 22:30 ` Eric Wong [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://yhbt.net/yahns/README
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170305223002.9822-5-yahns-public@yhbt.net \
--to=yahns-public@yhbt.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://yhbt.net/yahns.git/
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).