summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZack Hobson2014-04-21 12:38:37 -0700
committerZack Hobson2014-04-21 12:38:37 -0700
commit92974b1fa9d8a975a8583eba967a346de1e20781 (patch)
tree9fae8e8ed7d5a275add81aea7195b27a7f8b305d
parent5ac21804327c49f99b7cbc1c16308af162c4a2cf (diff)
downloadhcl-92974b1fa9d8a975a8583eba967a346de1e20781.tar.bz2
gemspec: update gem homepage url
-rw-r--r--hcl.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/hcl.gemspec b/hcl.gemspec
index acc5985..d254d49 100644
--- a/hcl.gemspec
+++ b/hcl.gemspec
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
s.executables = ["hcl"]
s.files = %w[LICENSE Rakefile Gemfile bin/hcl man/hcl.1] + Dir['*.markdown'] +
Dir['lib/**/*.rb'] + Dir['test/**/*.rb']
- s.homepage = "http://zackhobson.com/hcl/"
+ s.homepage = "https://zenhob.github.io/hcl/"
s.licenses = ["MIT"]
s.summary = "Harvest timesheets from the command-line"