From f8ab996c6bfb20ff7640bad2fc9b7b2c55ae0eab Mon Sep 17 00:00:00 2001 From: Aristide Bouix <18463777+ArisBee@users.noreply.github.com> Date: Tue, 10 Jan 2023 23:59:33 +0900 Subject: [PATCH] Update contact email in gemspec --- selligent.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selligent.gemspec b/selligent.gemspec index 0abdfbc..825a45f 100644 --- a/selligent.gemspec +++ b/selligent.gemspec @@ -7,7 +7,7 @@ Gem::Specification.new do |s| s.name = 'selligent' s.version = Selligent::VERSION s.authors = ['Werner Hofstra'] - s.email = ['w.hofstra@catawiki.nl'] + s.email = ['opensource@catawiki.nl'] s.homepage = 'https://github.com/catawiki/selligent-rb' s.summary = 'Selligent Ruby API client' s.description = 'Provides access to the Selligent REST API'