Update 'JoeLametta' to 'whipper-team' everywhere in repo

This commit is contained in:
JoeLametta
2018-11-02 08:00:00 +00:00
parent 30785b8d1b
commit a011ca8d73
5 changed files with 7 additions and 7 deletions

View File

@@ -9,7 +9,7 @@ RUN apt-get update \
&& pip install pycdio==2.0.0
# libcdio-paranoia / libcdio-utils are wrongfully packaged in Debian, thus built manually
# see https://github.com/JoeLametta/whipper/pull/237#issuecomment-367985625
# see https://github.com/whipper-team/whipper/pull/237#issuecomment-367985625
RUN curl -o - 'https://ftp.gnu.org/gnu/libcdio/libcdio-2.0.0.tar.gz' | tar zxf - \
&& cd libcdio-2.0.0 \
&& autoreconf -fi \