From e2150d729239c42e358482a3fdfa52246c48ac05 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 3 Feb 2022 08:28:29 +0100 Subject: merged with 2021.11 upstream --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index d1a90ed..f25911b 100644 --- a/setup.py +++ b/setup.py @@ -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'] ) -- cgit v1.2.3-54-g00ecf