summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rdoc4
-rw-r--r--rack.gemspec4
2 files changed, 3 insertions, 5 deletions
diff --git a/README.rdoc b/README.rdoc
index 3cf2be15..a6100e95 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -228,7 +228,7 @@ You are also welcome to join the #rack channel on irc.freenode.net.
The Rack Core Team, consisting of
-* Christian Neukirchen (chneukirchen[https://github.com/chneukirchen])
+* Leah Neukirchen (chneukirchen[https://github.com/chneukirchen])
* James Tucker (raggi[https://github.com/raggi])
* Josh Peek (josh[https://github.com/josh])
* José Valim (josevalim[https://github.com/josevalim])
@@ -300,5 +300,3 @@ Official Rack repositories:: <https://github.com/rack>
Rack Bug Tracking:: <https://github.com/rack/rack/issues>
rack-devel mailing list:: <https://groups.google.com/group/rack-devel>
Rack's Rubyforge project:: <http://rubyforge.org/projects/rack>
-
-Christian Neukirchen:: <http://chneukirchen.org/>
diff --git a/rack.gemspec b/rack.gemspec
index d8374287..d7f01d18 100644
--- a/rack.gemspec
+++ b/rack.gemspec
@@ -23,8 +23,8 @@ EOF
s.extra_rdoc_files = ['README.rdoc', 'HISTORY.md']
s.test_files = Dir['test/spec_*.rb']
- s.author = 'Christian Neukirchen'
- s.email = 'chneukirchen@gmail.com'
+ s.author = 'Leah Neukirchen'
+ s.email = 'leah@vuxu.org'
s.homepage = 'https://rack.github.io/'
s.required_ruby_version = '>= 2.2.2'