Browse code

Move Sven to alumni

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Sebastiaan van Stijn authored on 2017/03/02 21:53:12
Showing 1 changed files
... ...
@@ -61,7 +61,6 @@
61 61
 
62 62
 		people = [
63 63
 			"misty",
64
-			"sven",
65 64
 			"thajeztah"
66 65
 		]
67 66
 
... ...
@@ -151,6 +150,20 @@
151 151
 			# maryatdocker/docker-whale back in May 2015.
152 152
 			"moxiegirl",
153 153
 
154
+			# Sven Dowideit became a well known person in the Docker ecosphere, building
155
+			# boot2docker, and became a regular contributor to the project, starting as
156
+			# early as October 2013 (https://github.com/docker/docker/pull/2119), to become
157
+			# a maintainer less than two months later (https://github.com/docker/docker/pull/3061).
158
+			#
159
+			# As a maintainer, Sven took on the task to convert the documentation from
160
+			# ReStructuredText to Markdown, migrate to Hugo for generating the docs, and
161
+			# writing tooling for building, testing, and publishing them.
162
+			#
163
+			# If you're not in the occasion to visit "the Australian office", you
164
+			# can keep up with Sven on Twitter (@SvenDowideit), his blog http://fosiki.com,
165
+			# and of course on GitHub.
166
+			"sven",
167
+
154 168
 			# Vincent "vbatts!" Batts made his first contribution to the project
155 169
 			# in November 2013, to become a maintainer a few months later, on
156 170
 			# May 10, 2014 (https://github.com/docker/docker/commit/d6e666a87a01a5634c250358a94c814bf26cb778).