From d1b411fc161546983347cb30bf13e50024065204 Mon Sep 17 00:00:00 2001 From: Mike Naberezny Date: Thu, 23 Feb 2012 19:46:50 -0800 Subject: [PATCH] Update url to use https --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3043265..4a2151a 100644 --- a/setup.py +++ b/setup.py @@ -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,