From 0562e0491b73462c72eb2c8526d3231cec67daba Mon Sep 17 00:00:00 2001 From: Min RK Date: Tue, 25 Nov 2014 11:02:27 -0800 Subject: [PATCH] Jupyter has a mailing list --- Dockerfile | 2 +- examples/postgres/hub/Dockerfile | 2 +- examples/sudo/Dockerfile | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index f574cc7d..22091240 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ FROM ipython/ipython -MAINTAINER Jupyter Project +MAINTAINER Jupyter Project # install js dependencies RUN npm install -g bower less diff --git a/examples/postgres/hub/Dockerfile b/examples/postgres/hub/Dockerfile index 28ef1a8c..1e6602fa 100644 --- a/examples/postgres/hub/Dockerfile +++ b/examples/postgres/hub/Dockerfile @@ -1,6 +1,6 @@ FROM jupyter/jupyterhub -MAINTAINER Jupyter Project +MAINTAINER Jupyter Project RUN apt-get install -y libpq-dev \ && apt-get autoremove -y \ diff --git a/examples/sudo/Dockerfile b/examples/sudo/Dockerfile index 853e36a7..a5a62f04 100644 --- a/examples/sudo/Dockerfile +++ b/examples/sudo/Dockerfile @@ -3,7 +3,7 @@ FROM jupyter/jupyterhub -MAINTAINER Jupyter Project +MAINTAINER Jupyter Project # fix permissions on sudo executable (how did this get messed up?) RUN chmod 4755 /usr/bin/sudo diff --git a/setup.py b/setup.py index ab889ca4..85da9bcc 100755 --- a/setup.py +++ b/setup.py @@ -78,7 +78,7 @@ setup_args = dict( description = """JupyterHub: A multi-user server for Jupyter notebooks""", long_description = "", author = "Jupyter Development Team", - author_email = "ipython-dev@scipy.org", + author_email = "jupyter@googlegroups.com", url = "http://jupyter.org", license = "BSD", platforms = "Linux, Mac OS X",