From 2d4011d9617bd2c445f09bc65fe3b760651d8114 Mon Sep 17 00:00:00 2001 From: Adam Mashinchi <78813159+amashinchi-rc@users.noreply.github.com> Date: Wed, 12 Jan 2022 13:45:52 -0800 Subject: [PATCH] Update atomic-red-team.gemspec (#1719) Updating email addresses to more relevant ones. --- atomic-red-team.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/atomic-red-team.gemspec b/atomic-red-team.gemspec index a71738dd..0a2dc048 100644 --- a/atomic-red-team.gemspec +++ b/atomic-red-team.gemspec @@ -3,7 +3,7 @@ Gem::Specification.new do |s| s.name = 'atomic-red-team' s.version = '1.0' s.authors = ['Red Canary', 'Casey Smith', 'Mike Haag'] - s.email = ['it@redcanary.com', 'casey.smith@redcanary.com', 'mike.haag@redcanary.com'] + s.email = ['it@redcanary.com', 'opensource@redcanary.com'] s.summary = 'Small, highly portable, community developed detection tests mapped to ATT&CK.' s.license = "MIT" s.homepage = "https://redcanary.com/atomic-red-team" @@ -12,4 +12,4 @@ Gem::Specification.new do |s| s.require_paths = %w(atomic_red_team) s.add_development_dependency 'github-pages' -end \ No newline at end of file +end