From 5cbe7aea6b05ff56d60fdb973833d9e13e0cbf80 Mon Sep 17 00:00:00 2001 From: Alex <52292902+alexrudd2@users.noreply.github.com> Date: Mon, 15 Aug 2022 20:33:24 -0500 Subject: [PATCH] HTTPS --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ee5707e..90353a2 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ description="Python driver for Alicat mass flow controllers.", long_description=long_description, long_description_content_type='text/markdown', - url="http://github.com/numat/alicat/", + url="https://github.com/numat/alicat/", author="Patrick Fuller", author_email="pat@numat-tech.com", packages=["alicat"],