mirror of
				https://gitea.com/Lydanne/buildx.git
				synced 2025-11-03 09:33:43 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			23 lines
		
	
	
		
			548 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			548 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# Notary maintainers alumni file
 | 
						|
#
 | 
						|
# This file describes past maintainers who have stepped down from the role.
 | 
						|
# This is a living document - if you see something out of date or missing, speak up!
 | 
						|
#
 | 
						|
# It is structured to be consumable by both humans and programs.
 | 
						|
# To extract its contents programmatically, use any TOML-compliant parser.
 | 
						|
#
 | 
						|
[Org]
 | 
						|
	[Org."Notary Alumni"]
 | 
						|
		people = [
 | 
						|
			"dmcgowan",
 | 
						|
		]
 | 
						|
 | 
						|
[people]
 | 
						|
 | 
						|
	# ADD YOURSELF HERE IN ALPHABETICAL ORDER
 | 
						|
 | 
						|
	[people.dmcgowan]
 | 
						|
	Name = "Derek McGowan"
 | 
						|
	Email = "derek@docker.com"
 | 
						|
	GitHub = "dmcgowan"
 |