summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2017-02-19 02:29:48 +0000
committerrsiddharth <s@ricketyspace.net>2017-02-19 02:29:48 +0000
commit63d0e075bac79881ac59cc6752ca5f8ccc7b78a9 (patch)
tree33da41f99eb784343394306ce9d1f3f58fb02820
parent6b015236a9335c8798a0c56bd907fdb27d73b9dd (diff)
setup.py: Change `author_email`.
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index fd550e5..e64c8e4 100644
--- a/setup.py
+++ b/setup.py
@@ -41,7 +41,7 @@ config = {
'platforms': 'GNU/Linux',
'url': 'https://git.ricketyspace.net/markdown-link-style',
'author': 'rsiddharth',
- 'author_email': 'rsiddharth@ninthfloor.org',
+ 'author_email': 's@ricketyspace.net',
'license': 'GNU General Public License version 3 or later',
'classifiers': [
'Development Status :: 1 - Planning',