about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <yahns-public@yhbt.net>2017-03-05 22:17:11 +0000
committerEric Wong <yahns-public@yhbt.net>2017-03-05 22:27:59 +0000
commitae49e85c0571e8211a92772285712f19ea1d80b1 (patch)
tree2e8d4841aae6c3247b6d9d21daf2840124df09f7
parent5bcd157ee50f8931f52578a82191ce64714a4528 (diff)
downloadyahns-ae49e85c0571e8211a92772285712f19ea1d80b1.tar.gz
Anonymity is a job for the users sending the mail; lets not hold
ourselves unnecessarily accountable for anonymizing or hiding
messages.
-rw-r--r--HACKING3
-rw-r--r--yahns.gemspec2
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 @@ Gem::Specification.new do |s|
   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')