Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
| ... | ... |
@@ -24,7 +24,6 @@ |
| 24 | 24 |
# subsystem maintainers accountable. If ownership is unclear, they are the de facto owners. |
| 25 | 25 |
|
| 26 | 26 |
people = [ |
| 27 |
- "aaronlehmann", |
|
| 28 | 27 |
"akihirosuda", |
| 29 | 28 |
"anusha", |
| 30 | 29 |
"coolljt0725", |
| ... | ... |
@@ -82,6 +81,12 @@ |
| 82 | 82 |
# Thank you! |
| 83 | 83 |
|
| 84 | 84 |
people = [ |
| 85 |
+ # Aaron Lehmann was a maintainer for swarmkit, the registry, and the engine, |
|
| 86 |
+ # and contributed many improvements, features, and bugfixes in those areas, |
|
| 87 |
+ # among which "automated service rollbacks", templated secrets and configs, |
|
| 88 |
+ # and resumable image layer downloads. |
|
| 89 |
+ "aaronlehmann", |
|
| 90 |
+ |
|
| 85 | 91 |
# Harald Albers is the mastermind behind the bash completion scripts for the |
| 86 | 92 |
# Docker CLI. The completion scripts moved to the Docker CLI repository, so |
| 87 | 93 |
# you can now find him perform his magic in the https://github.com/docker/cli repository. |