From 0ef2c840f3ef195a334d3ef9850efa3cfff49fe4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rog=C3=A9rio=20Brito?= Date: Thu, 11 Feb 2021 17:09:12 -0300 Subject: [PATCH] Update rbrito's email address. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit After more than 1/4 century, my email address is going to die. ☹ I'm "feeling homeless" now. ☹ Suggestions for privacy-oriented email hosts are highly welcome. --- coursera/coursera_dl.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/coursera/coursera_dl.py b/coursera/coursera_dl.py index 2ae2c62..da18281 100644 --- a/coursera/coursera_dl.py +++ b/coursera/coursera_dl.py @@ -3,7 +3,7 @@ # Authors and copyright: # © 2012-2013, John Lehmann (first last at geemail dotcom or @jplehmann) -# © 2012-2020, Rogério Theodoro de Brito (r lastname at ime usp br) +# © 2012-2020, Rogério Theodoro de Brito # © 2013, Jonas De Taeye (first dt at fastmail fm) # # Contributions are welcome, but please add new unit tests to test your changes diff --git a/setup.py b/setup.py index bdac4f1..a3da7fb 100644 --- a/setup.py +++ b/setup.py @@ -88,7 +88,7 @@ setup( name='coursera-dl', version=__version__, maintainer='Rogério Theodoro de Brito', - maintainer_email='rbrito@ime.usp.br', + maintainer_email='rbrito@gmail.com', license='LGPL', url='https://github.com/coursera-dl/coursera-dl',