From 3d9d22d5b1e058de7e37a41c6ab1cbe811d6f8cd Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Mon, 20 Jan 2025 13:22:21 +0100 Subject: [PATCH] gemspec: Use public mailing list for contact in 98% of the gems we use the public mailing list, instead of the private PMC address. --- voxpupuli-acceptance.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voxpupuli-acceptance.gemspec b/voxpupuli-acceptance.gemspec index 318ed3b..b52a1a0 100644 --- a/voxpupuli-acceptance.gemspec +++ b/voxpupuli-acceptance.gemspec @@ -4,7 +4,7 @@ Gem::Specification.new do |s| s.name = 'voxpupuli-acceptance' s.version = '3.4.0' s.authors = ['Vox Pupuli'] - s.email = ['pmc@voxpupuli.org'] + s.email = ['voxpupuli@groups.io'] s.homepage = 'https://github.com/voxpupuli/voxpupuli-acceptance' s.summary = 'Helpers for acceptance testing Vox Pupuli modules' s.description = 'A package that depends on all the gems Vox Pupuli modules need and methods to simplify acceptance spec helpers'