From dcf7064460d530c1460ca1f2b6b69dab17035f0b Mon Sep 17 00:00:00 2001 From: Arthur Neves Date: Fri, 23 Jan 2015 10:21:40 -0500 Subject: [PATCH] Fix Tobi last name on gemspec --- liquid.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/liquid.gemspec b/liquid.gemspec index 7e901806e..dd065a5f1 100644 --- a/liquid.gemspec +++ b/liquid.gemspec @@ -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 = ["tobi@leetsoft.com"] s.homepage = "http://www.liquidmarkup.org" s.license = "MIT"