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",