diff --git a/kiss-tnc.gemspec b/kiss-tnc.gemspec
index 45f692d719112d04d0cc871ad3ffdf175fe5e88e..f43ace64173add766487305f43fd3cf84eedce35 100644
--- a/kiss-tnc.gemspec
+++ b/kiss-tnc.gemspec
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
     spec.version = Kiss::VERSION
     spec.licenses = ['Apache-2.0']
     spec.authors = ['Jeffrey Phillips Freeman']
-    spec.email = ['jeffrey.freeman@syncleus.com']
+    spec.email = ['the@jeffreyfreeman.me']
 
     spec.summary = %q{Library for KISS communication with TNCs.}
     spec.description = %q{Ruby library for KISS communication with Terminal Node Controllers.}
@@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
     spec.files = `git ls-files -z`.split("\x0").reject do |f|
         f.match(%r{^(test|spec|features)/})
     end
-    spec.bindir = 'exe'
+    spec.bindir = 'bin'
     spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
     spec.require_paths = ['lib']