about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-04-28 22:26:45 +0000
committerEric Wong <normalperson@yhbt.net>2010-04-28 15:29:26 -0700
commit6b4bf45c0cab182462ed0c5c0d98fe11e1201b61 (patch)
tree91819b027b6350a61bf3cda175515e01a8b2ffa7
parentaca587b1bcf544b0fbaf031edc476e1b155e0263 (diff)
downloadkcar-6b4bf45c0cab182462ed0c5c0d98fe11e1201b61.tar.gz
Oops, URLs should end with a trailing slash since I'm expecting
my webserver to load index.html.  Also, it's "kcar hackers",
kcar did not write itself!
-rw-r--r--kcar.gemspec4
1 files changed, 2 insertions, 2 deletions
diff --git a/kcar.gemspec b/kcar.gemspec
index 7b1ac70..bb224e2 100644
--- a/kcar.gemspec
+++ b/kcar.gemspec
@@ -7,8 +7,8 @@ Gem::Specification.new do |s|
   s.name = %q{kcar}
   s.version = ENV["VERSION"]
 
-  s.homepage = 'http://bogomips.org/kcar'
-  s.authors = ["kcar"]
+  s.homepage = 'http://bogomips.org/kcar/'
+  s.authors = ["kcar hackers"]
   s.date = Time.now.utc.strftime('%Y-%m-%d')
   s.description = description
   s.email = %q{kcar@librelist.com}