From 0f425aa87ba5b2703624e167801d794312e77032 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Mon, 13 Feb 2017 17:20:14 +0100 Subject: [PATCH] setup.py: update to https --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 78ff7113..01ed2bdf 100755 --- a/setup.py +++ b/setup.py @@ -66,7 +66,7 @@ distrib = setup(name='aubio', author_email = 'piem@aubio.org', maintainer = 'Paul Brossier', maintainer_email = 'piem@aubio.org', - url = 'http://aubio.org/', + url = 'https://aubio.org/', platforms = 'any', classifiers = classifiers, install_requires = ['numpy'], -- 2.11.0