Skip to content

Commit

Permalink
Merge pull request #2804 from aiordache/update_maintainer
Browse files Browse the repository at this point in the history
Update maintainers file and setup.py
  • Loading branch information
aiordache committed Apr 6, 2021
2 parents 18fdc23 + 8945fda commit 96c1272
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
14 changes: 13 additions & 1 deletion MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
[Org]
[Org."Core maintainers"]
people = [
"shin-",
"aiordache",
"ulyssessouza",
]
[Org.Alumni]
people = [
Expand All @@ -20,6 +21,7 @@
"dnephin",
"mnowster",
"mpetazzoni",
"shin-",
]

[people]
Expand All @@ -35,6 +37,11 @@
Email = "aanand@docker.com"
GitHub = "aanand"

[people.aiordache]
Name = "Anca Iordache"
Email = "anca.iordache@docker.com"
GitHub = "aiordache"

[people.bfirsh]
Name = "Ben Firshman"
Email = "b@fir.sh"
Expand All @@ -59,3 +66,8 @@
Name = "Joffrey F"
Email = "joffrey@docker.com"
GitHub = "shin-"

[people.ulyssessouza]
Name = "Ulysses Domiciano Souza"
Email = "ulysses.souza@docker.com"
GitHub = "ulyssessouza"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@
'Topic :: Utilities',
'License :: OSI Approved :: Apache Software License',
],
maintainer='Joffrey F',
maintainer_email='joffrey@docker.com',
maintainer='Ulysses Souza',
maintainer_email='ulysses.souza@docker.com',
)

0 comments on commit 96c1272

Please sign in to comment.