From a011ca8d732b3ca4291ae2000f7a394a044cda30 Mon Sep 17 00:00:00 2001 From: JoeLametta Date: Fri, 2 Nov 2018 08:00:00 +0000 Subject: [PATCH] Update 'JoeLametta' to 'whipper-team' everywhere in repo --- Dockerfile | 2 +- TODO | 2 +- setup.py | 6 +++--- whipper/common/mbngs.py | 2 +- whipper/test/test_common_mbngs.py | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0d79d0d..ae6509b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ diff --git a/TODO b/TODO index 9814e7d..3e2b835 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,6 @@ TODO: -Please see https://github.com/JoeLametta/whipper/milestones for further +Please see https://github.com/whipper-team/whipper/milestones for further TODO items; this file exists only to have contents individually removed eventually, not to be continually updated. diff --git a/setup.py b/setup.py index 3ea6a12..8d891d3 100644 --- a/setup.py +++ b/setup.py @@ -5,9 +5,9 @@ setup( name="whipper", version=whipper_version, description="a secure cd ripper preferring accuracy over speed", - author=['Thomas Vander Stichele', 'Joe Lametta', 'Samantha Baldwin'], - maintainer=['Joe Lametta', 'Samantha Baldwin'], - url='https://github.com/JoeLametta/whipper', + author=['Thomas Vander Stichele', 'The Whipper Team'], + maintainer=['The Whipper Team'], + url='https://github.com/whipper-team/whipper', license='GPL3', packages=find_packages(), entry_points={ diff --git a/whipper/common/mbngs.py b/whipper/common/mbngs.py index d0d18e0..c45e638 100644 --- a/whipper/common/mbngs.py +++ b/whipper/common/mbngs.py @@ -271,7 +271,7 @@ def musicbrainz(discid, country=None, record=False): import musicbrainzngs musicbrainzngs.set_useragent("whipper", whipper.__version__, - "https://github.com/JoeLametta/whipper") + "https://github.com/whipper-team/whipper") ret = [] try: diff --git a/whipper/test/test_common_mbngs.py b/whipper/test/test_common_mbngs.py index 8ca401c..231fba7 100644 --- a/whipper/test/test_common_mbngs.py +++ b/whipper/test/test_common_mbngs.py @@ -117,7 +117,7 @@ class MetadataTestCase(unittest.TestCase): check the received metadata for artists tagged with [unknown] and artists tagged with an alias in MusicBrainz - see https://github.com/JoeLametta/whipper/issues/155 + see https://github.com/whipper-team/whipper/issues/155 """ filename = 'whipper.release.38b05c7d-65fe-4dc0-9c10-33a391b86703.json' path = os.path.join(os.path.dirname(__file__), filename)