diff options
author | rsiddharth <s@ricketyspace.net> | 2017-02-19 02:29:48 +0000 |
---|---|---|
committer | rsiddharth <s@ricketyspace.net> | 2017-02-19 02:29:48 +0000 |
commit | 63d0e075bac79881ac59cc6752ca5f8ccc7b78a9 (patch) | |
tree | 33da41f99eb784343394306ce9d1f3f58fb02820 | |
parent | 6b015236a9335c8798a0c56bd907fdb27d73b9dd (diff) |
setup.py: Change `author_email`.
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |