Skip to content

Commit

Permalink
Merge pull request Shopify#512 from Shopify/fix_tobi_name
Browse files Browse the repository at this point in the history
Fix Tobi last name on gemspec
  • Loading branch information
tobi committed Jan 24, 2015
2 parents d2ef9ce + dcf7064 commit 3476a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion liquid.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |s|
s.version = Liquid::VERSION
s.platform = Gem::Platform::RUBY
s.summary = "A secure, non-evaling end user template engine with aesthetic markup."
s.authors = ["Tobias Luetke"]
s.authors = ["Tobias Lütke"]
s.email = ["[email protected]"]
s.homepage = "http://www.liquidmarkup.org"
s.license = "MIT"
Expand Down

0 comments on commit 3476a55

Please sign in to comment.