Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Budington <bill@eff.org>2015-05-20 02:43:51 +0300
committerWilliam Budington <bill@eff.org>2015-05-20 02:43:51 +0300
commit6a7e3438a92561efb04ee8ac7a0fa3fe1985b626 (patch)
tree2d41dfd7364d2d578813af012d1fee2c484f9e80 /Dockerfile
parent1b1763b011d7496901709cb739119c9573e17584 (diff)
Adding self as maintainer
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 8bbb68a2e..6fbc6d240 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -3,6 +3,7 @@
# than e.g. debian:jessie and image size differences are negligible
FROM ubuntu:trusty
MAINTAINER Jakub Warmuz <jakub@warmuz.org>
+MAINTAINER William Budington <bill@eff.org>
# Note: this only exposes the port to other docker containers. You
# still have to bind to 443@host at runtime, as per the ACME spec.