about summary refs log tree commit diff
path: root/setup.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2017-02-22 01:51:27 +0700
committerSergey M․ <dstftw@gmail.com>2017-02-22 01:51:27 +0700
commit0d427c83047778d2984df5594b96f119ec7f8771 (patch)
tree8c3b55efa4a08ede0184f60149a294a4c61fbe9e /setup.py
parent139d8ac106dc173d27cf20361b649c0dbc5f9b67 (diff)
downloadyoutube-dl-0d427c83047778d2984df5594b96f119ec7f8771.tar.gz
youtube-dl-0d427c83047778d2984df5594b96f119ec7f8771.tar.xz
youtube-dl-0d427c83047778d2984df5594b96f119ec7f8771.zip
[setup] Actualize maintainer info
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index b8c3e0925..67d6633ed 100644
--- a/setup.py
+++ b/setup.py
@@ -107,8 +107,8 @@ setup(
     url='https://github.com/rg3/youtube-dl',
     author='Ricardo Garcia',
     author_email='ytdl@yt-dl.org',
-    maintainer='Philipp Hagemeister',
-    maintainer_email='phihag@phihag.de',
+    maintainer='Sergey M.',
+    maintainer_email='dstftw@gmail.com',
     packages=[
         'youtube_dl',
         'youtube_dl.extractor', 'youtube_dl.downloader',