mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-20 23:54:38 +01:00
2b5a707a27
Reviewed by: flz
29 lines
691 B
Plaintext
29 lines
691 B
Plaintext
# $FreeBSD$
|
|
|
|
digraph doc {
|
|
|
|
node [color=grey62, style=filled, bgcolor=black];
|
|
|
|
# Alumni go here.
|
|
|
|
node [color=lightblue2, style=filled, bgcolor=black];
|
|
|
|
# Current doc committers go here. Try to keep things sorted.
|
|
|
|
bvs [label="Vitaly Bogdanov\nbvs@FreeBSD.org\n2005/10/03"]
|
|
cperciva [label="Colin Percival\ncperciva@FreeBSD.org\n2004/01/20"]
|
|
den [label="Denis Peplin\nden@FreeBSD.org\n2003/09/13"]
|
|
gabor [label="Gabor Kovesdan\ngabor@FreeBSD.org\n2007/02/02"]
|
|
keramida [label="Giorgos Keramidas\nkeramida@FreeBSD.org\n2001/10/12"]
|
|
marck [label="Dmitry Morozovsky\nmarck@FreeBSD.org\n2004/08/10"]
|
|
|
|
# Here are the mentor/mentee relationships.
|
|
|
|
keramida -> gabor
|
|
|
|
marck -> bvs
|
|
|
|
den -> marck
|
|
|
|
}
|