index : reflector32 | |
Archlinux32 fork of reflector | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2022-02-03 08:28:29 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2022-02-03 08:28:29 +0100 |
commit | e2150d729239c42e358482a3fdfa52246c48ac05 (patch) | |
tree | 34b17ce3038521f02c9448ae362564c9dbcb1d16 /setup.py | |
parent | 54f813dfee74bcdbe4bcad4caa2de450b107b188 (diff) |
-rw-r--r-- | setup.py | 6 |
@@ -5,11 +5,11 @@ import time setup( name='Reflector', - version=time.strftime('%Y.%m.%d.%H.%M.%S', time.gmtime( 1617446608)), + version=time.strftime('%Y.%m.%d.%H.%M.%S', time.gmtime( 1637376063)), description='''A Python 3 module and script to retrieve and filter the latest Pacman mirror list.''', author='Xyne', - author_email='ac xunilhcra enyx, backwards', - url='''http://xyne.archlinux.ca/projects/reflector''', + author_email='gro xunilhcra enyx, backwards', + url='''http://xyne.dev/projects/reflector''', py_modules=['Reflector'], scripts=['reflector'] ) |