From bd67bce0231112871be2740a088f5f096f5efd3c Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Thu, 6 Feb 2014 11:34:25 -0800 Subject: [PATCH] pkg: systemd: add initial MAINTAINERS I volunteered for pkg/systemd MAINTAINER and there were no objections during the #docker-dev meeting. For context I wrote most of the stuff in here and wrote the dependent calls in api.go. Plus, I actively test the code via CoreOS. Docker-DCO-1.1-Signed-off-by: Brandon Philips (github: philips) Upstream-commit: 15711ed670e8ab59611030ea1191189ad495ea63 Component: engine --- components/engine/pkg/systemd/MAINTAINERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 components/engine/pkg/systemd/MAINTAINERS diff --git a/components/engine/pkg/systemd/MAINTAINERS b/components/engine/pkg/systemd/MAINTAINERS new file mode 100644 index 0000000000..51228b368a --- /dev/null +++ b/components/engine/pkg/systemd/MAINTAINERS @@ -0,0 +1 @@ +Brandon Philips (@philips)