mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-07 10:04:07 +00:00
Jupyter has a mailing list
This commit is contained in:
@@ -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
|
||||
|
@@ -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 \
|
||||
|
@@ -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
|
||||
|
2
setup.py
2
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",
|
||||
|
Reference in New Issue
Block a user