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 <[email protected]>. 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{[email protected]} + s.email = %q{[email protected]} s.executables = manifest.grep(%r{\Abin/}).map { |s| s.sub(%r{\Abin/}, "") } s.files = manifest s.add_dependency(%q<kgio>, '~> 2.9') -- EW -- unsubscribe: [email protected] archive: https://yhbt.net/yahns-public/
