Skip to content

Commit

Permalink
Update atomic-red-team.gemspec (#1719)
Browse files Browse the repository at this point in the history
Updating email addresses to more relevant ones.
  • Loading branch information
Adam-Mashinchi authored Jan 12, 2022
1 parent c8c20df commit 2d4011d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions atomic-red-team.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ['[email protected]', '[email protected]', 'mike.haag@redcanary.com']
s.email = ['[email protected]', '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"
Expand All @@ -12,4 +12,4 @@ Gem::Specification.new do |s|
s.require_paths = %w(atomic_red_team)

s.add_development_dependency 'github-pages'
end
end

0 comments on commit 2d4011d

Please sign in to comment.