From 731433637acbf2828d4ed057b3f86f9e242addd9 Mon Sep 17 00:00:00 2001 From: Ian Date: Mon, 17 May 2021 09:59:15 -0400 Subject: [PATCH] Fix broken link to homepage --- peach.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peach.gemspec b/peach.gemspec index f8f52cf..74bdf79 100644 --- a/peach.gemspec +++ b/peach.gemspec @@ -8,7 +8,7 @@ Gem::Specification.new do |s| s.authors = ['Ben Hughes'] s.email = 'ben@pixelmachine.org' s.summary = 'Parallel Each and other parallel things' - s.homepage = 'http://peach.rubyforge.org' + s.homepage = 'https://github.com/schleyfox/peach' s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")