From 2238146b49550b0ed31db65497b903c4d3ad9d24 Mon Sep 17 00:00:00 2001 From: cfillion Date: Wed, 19 Feb 2020 12:04:30 -0500 Subject: [PATCH] update gem contact email --- reapack-index.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reapack-index.gemspec b/reapack-index.gemspec index fa54074..5c43411 100644 --- a/reapack-index.gemspec +++ b/reapack-index.gemspec @@ -8,7 +8,7 @@ Gem::Specification.new do |spec| spec.name = 'reapack-index' spec.version = ReaPack::Index::VERSION spec.authors = ['cfillion'] - spec.email = ['reapack-index@cfillion.tk'] + spec.email = ['reapack-index@cfillion.ca'] spec.summary = 'Package indexer for git-based ReaPack repositories' spec.homepage = 'https://github.com/cfillion/reapack-index' spec.license = 'GPL-3.0+'