From 33d0cf4c0a8d0a1366e2e5dba135578abf314177 Mon Sep 17 00:00:00 2001 From: Nick Campbell Date: Sat, 13 May 2017 17:17:11 +0100 Subject: [PATCH] Repoint gem homepage to julienXX instead of alloy (#214) --- Ruby/terminal-notifier.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ruby/terminal-notifier.gemspec b/Ruby/terminal-notifier.gemspec index abc9b38..3dae8b8 100644 --- a/Ruby/terminal-notifier.gemspec +++ b/Ruby/terminal-notifier.gemspec @@ -11,7 +11,7 @@ Gem::Specification.new do |gem| gem.summary = 'Send User Notifications on Mac OS X 10.8 or higher.' gem.authors = ["Eloy Duran", "Julien Blanchard"] gem.email = ["eloy.de.enige@gmail.com", "julien@sideburns.eu"] - gem.homepage = 'https://github.com/alloy/terminal-notifier' + gem.homepage = 'https://github.com/julienXX/terminal-notifier' gem.license = 'MIT' gem.executables = ['terminal-notifier']