mirror of https://github.com/docker/docker-py.git
Update maintainers
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
This commit is contained in:
parent
0892fcfc12
commit
8945fda6be
14
MAINTAINERS
14
MAINTAINERS
|
@ -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"
|
||||||
|
|
4
setup.py
4
setup.py
|
@ -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',
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue