1
0
mirror of https://github.com/mnaberez/py65.git synced 2024-06-06 20:29:34 +00:00

Update url to use https

This commit is contained in:
Mike Naberezny 2012-02-23 19:46:50 -08:00
parent e9a746128d
commit d1b411fc16

View File

@ -36,7 +36,7 @@ setup(
name = 'py65',
version = __version__,
license = 'License :: OSI Approved :: BSD License',
url = 'http://github.com/mnaberez/py65',
url = 'https://github.com/mnaberez/py65',
description = '6502 microprocessor simulation package',
long_description= DESC,
classifiers = CLASSIFIERS,