about summary refs log tree commit homepage
path: root/kcar.gemspec
diff options
context:
space:
mode:
authorEric Wong <e@yhbt.net>2020-02-19 01:33:11 +0000
committerEric Wong <e@yhbt.net>2020-02-19 01:35:43 +0000
commit22b2fe5c9881be26889528746c40371415d9e784 (patch)
tree21cfb363d7c26cd1c7ba58170aaae50cf1de0123 /kcar.gemspec
parent112498fecadb7aed359630489e13189a52e8ce4d (diff)
downloadkcar-22b2fe5c9881be26889528746c40371415d9e784.tar.gz
bogomips.org is going away since .org isn't going to
be affordable, anymore.  Also, update the new gmane
URL and support .onion URLs for Tor users.
Diffstat (limited to 'kcar.gemspec')
-rw-r--r--kcar.gemspec4
1 files changed, 2 insertions, 2 deletions
diff --git a/kcar.gemspec b/kcar.gemspec
index 124222e..badb2b5 100644
--- a/kcar.gemspec
+++ b/kcar.gemspec
@@ -4,10 +4,10 @@ manifest = File.exist?('.manifest') ?
 Gem::Specification.new do |s|
   s.name = %q{kcar}
   s.version = (ENV['VERSION'] || '0.6.0').dup
-  s.homepage = 'https://bogomips.org/kcar/'
+  s.homepage = 'https://yhbt.net/kcar/'
   s.authors = ["kcar hackers"]
   s.description = File.read('README').split("\n\n")[1]
-  s.email = %q{kcar-public@bogomips.org}
+  s.email = %q{kcar-public@yhbt.net}
   s.extra_rdoc_files = IO.readlines('.document').map!(&:chomp!).keep_if do |f|
     File.exist?(f)
   end