From 0463180a67914041ce112bf10c8f6d1de9e1bf86 Mon Sep 17 00:00:00 2001 From: Ben Ford Date: Thu, 17 Mar 2022 08:53:31 -0700 Subject: [PATCH] (maint) removing previous maintainers Cleaning up our github org and repos. I checked in with each previous maintainer and they're cool with being off the hook here ;-) --- .github/PULL_REQUEST_TEMPLATE | 5 ----- CODEOWNERS | 2 +- vmfloaty.gemspec | 5 +---- 3 files changed, 2 insertions(+), 10 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE index 0259cfe..5b0d10e 100644 --- a/.github/PULL_REQUEST_TEMPLATE +++ b/.github/PULL_REQUEST_TEMPLATE @@ -15,8 +15,3 @@ FIXME - [ ] Tests - [ ] Documentation -## Reviewers - -@puppetlabs/dio -@highb -@briancain diff --git a/CODEOWNERS b/CODEOWNERS index 321cebf..a478baf 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,3 +1,3 @@ # Set the default code owners -* @puppetlabs/dio @briancain @highb +* @puppetlabs/dio diff --git a/vmfloaty.gemspec b/vmfloaty.gemspec index 5b15eff..b8abec1 100644 --- a/vmfloaty.gemspec +++ b/vmfloaty.gemspec @@ -10,10 +10,7 @@ Gem::Specification.new do |s| 'Brian Cain', 'Puppet' ] - s.email = [ - 'brianccain@gmail.com', - 'dio-gems@puppet.com' - ] + s.email = 'dio-gems@puppet.com' s.license = 'Apache-2.0' s.homepage = 'https://github.com/puppetlabs/vmfloaty' s.description = 'A helper tool for vmpooler to help you stay afloat'