Update maintainers

Signed-off-by: Anca Iordache <anca.iordache@docker.com>
This commit is contained in:
Anca Iordache 2021-04-06 16:01:16 +02:00
parent 0892fcfc12
commit 8945fda6be
2 changed files with 15 additions and 3 deletions

View File

@ -11,7 +11,8 @@
[Org] [Org]
[Org."Core maintainers"] [Org."Core maintainers"]
people = [ people = [
"shin-", "aiordache",
"ulyssessouza",
] ]
[Org.Alumni] [Org.Alumni]
people = [ people = [
@ -20,6 +21,7 @@
"dnephin", "dnephin",
"mnowster", "mnowster",
"mpetazzoni", "mpetazzoni",
"shin-",
] ]
[people] [people]
@ -35,6 +37,11 @@
Email = "aanand@docker.com" Email = "aanand@docker.com"
GitHub = "aanand" GitHub = "aanand"
[people.aiordache]
Name = "Anca Iordache"
Email = "anca.iordache@docker.com"
GitHub = "aiordache"
[people.bfirsh] [people.bfirsh]
Name = "Ben Firshman" Name = "Ben Firshman"
Email = "b@fir.sh" Email = "b@fir.sh"
@ -59,3 +66,8 @@
Name = "Joffrey F" Name = "Joffrey F"
Email = "joffrey@docker.com" Email = "joffrey@docker.com"
GitHub = "shin-" GitHub = "shin-"
[people.ulyssessouza]
Name = "Ulysses Domiciano Souza"
Email = "ulysses.souza@docker.com"
GitHub = "ulyssessouza"

View File

@ -80,6 +80,6 @@ setup(
'Topic :: Utilities', 'Topic :: Utilities',
'License :: OSI Approved :: Apache Software License', 'License :: OSI Approved :: Apache Software License',
], ],
maintainer='Joffrey F', maintainer='Ulysses Souza',
maintainer_email='joffrey@docker.com', maintainer_email='ulysses.souza@docker.com',
) )