Skip to content

Commit

Permalink
Update gem homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyevans committed Feb 13, 2023
1 parent 9e2dba1 commit 8345a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tilt.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.files = %w'COPYING bin/tilt' + Dir["lib/**/*.rb"]
s.executables = ['tilt']

s.homepage = "https://github.com/rtomayko/tilt/"
s.homepage = "https://github.com/jeremyevans/tilt"
s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Tilt", "--main", "Tilt"]
s.require_paths = %w[lib]
s.required_ruby_version = ">= 2.0"
Expand Down

0 comments on commit 8345a1c

Please sign in to comment.