From 49073b8810b439f6ce8fa4a9ce586804dcb6565f Mon Sep 17 00:00:00 2001 From: Paul Tagliamonte Date: Sat, 22 Nov 2014 10:28:31 -0500 Subject: [PATCH] update my email --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6e60ac8..188bf6b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # # VERSION 0.2 FROM python:3 -MAINTAINER Paul R. Tagliamonte +MAINTAINER Paul R. Tagliamonte ADD . /opt/hylang/hy RUN pip3 install -e /opt/hylang/hy