github.com/pwn-term/docker@v0.0.0-20210616085119-6e977cce2565/libnetwork/MAINTAINERS (about) 1 # Libnetwork maintainers file 2 # 3 # This file describes who runs the docker/libnetwork project and how. 4 # This is a living document - if you see something out of date or missing, speak up! 5 # 6 # It is structured to be consumable by both humans and programs. 7 # To extract its contents programmatically, use any TOML-compliant parser. 8 # 9 # This file is compiled into the MAINTAINERS file in docker/opensource. 10 # 11 [Org] 12 [Org."Core maintainers"] 13 people = [ 14 "arkodg", 15 "euanh", 16 "fcrisciani", 17 "mavenugo", 18 "selansen", 19 ] 20 21 [people] 22 23 # A reference list of all people associated with the project. 24 # All other sections should refer to people by their canonical key 25 # in the people section. 26 27 # ADD YOURSELF HERE IN ALPHABETICAL ORDER 28 29 [people.arkodg] 30 Name = "Arko Dasgupta" 31 Email = "arko.dasgupta@docker.com" 32 GitHub = "arkodg" 33 34 [people.euanh] 35 Name = "Euan Harris" 36 Email = "euan.harris@docker.com" 37 GitHub = "euanh" 38 39 [people.fcrisciani] 40 Name = "Flavio Crisciani" 41 Email = "flavio.crisciani@docker.com" 42 GitHub = "fcrisciani" 43 44 [people.mavenugo] 45 Name = "Madhu Venugopal" 46 Email = "madhu@docker.com" 47 GitHub = "mavenugo" 48 49 [people.selansen] 50 Name = "Elangovan Sivanandam" 51 Email = "elango.siva@docker.com" 52 GitHub = "selansen"