Jupyter has a mailing list

This commit is contained in:
Min RK
2014-11-25 11:02:27 -08:00
parent 73d6cd1888
commit 0562e0491b
4 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@
FROM ipython/ipython
MAINTAINER Jupyter Project <ipython-dev@scipy.org>
MAINTAINER Jupyter Project <jupyter@googlegroups.com>
# install js dependencies
RUN npm install -g bower less

View File

@@ -1,6 +1,6 @@
FROM jupyter/jupyterhub
MAINTAINER Jupyter Project <ipython-dev@scipy.org>
MAINTAINER Jupyter Project <jupyter@googlegroups.com>
RUN apt-get install -y libpq-dev \
&& apt-get autoremove -y \

View File

@@ -3,7 +3,7 @@
FROM jupyter/jupyterhub
MAINTAINER Jupyter Project <ipython-dev@scipy.org>
MAINTAINER Jupyter Project <jupyter@googlegroups.com>
# fix permissions on sudo executable (how did this get messed up?)
RUN chmod 4755 /usr/bin/sudo

View File

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