Skip to content

Commit 96c1272

Browse files
authored
Merge pull request #2804 from aiordache/update_maintainer
Update maintainers file and setup.py
2 parents 18fdc23 + 8945fda commit 96c1272

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

MAINTAINERS

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
[Org]
1212
[Org."Core maintainers"]
1313
people = [
14-
"shin-",
14+
"aiordache",
15+
"ulyssessouza",
1516
]
1617
[Org.Alumni]
1718
people = [
@@ -20,6 +21,7 @@
2021
"dnephin",
2122
"mnowster",
2223
"mpetazzoni",
24+
"shin-",
2325
]
2426

2527
[people]
@@ -35,6 +37,11 @@
3537
3638
GitHub = "aanand"
3739

40+
[people.aiordache]
41+
Name = "Anca Iordache"
42+
43+
GitHub = "aiordache"
44+
3845
[people.bfirsh]
3946
Name = "Ben Firshman"
4047
@@ -59,3 +66,8 @@
5966
Name = "Joffrey F"
6067
6168
GitHub = "shin-"
69+
70+
[people.ulyssessouza]
71+
Name = "Ulysses Domiciano Souza"
72+
73+
GitHub = "ulyssessouza"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,6 @@
8080
'Topic :: Utilities',
8181
'License :: OSI Approved :: Apache Software License',
8282
],
83-
maintainer='Joffrey F',
84-
maintainer_email='joffrey@docker.com',
83+
maintainer='Ulysses Souza',
84+
maintainer_email='ulysses.souza@docker.com',
8585
)

0 commit comments

Comments
 (0)