From 282f45c2c8e1d5133f6d0bf980835bc090ad589cacf2375e4830a7a2793c0382 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 1 Jul 2021 13:11:42 +0000 Subject: [PATCH] Fix URL (http -> https) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycares?expand=0&rev=9 --- python-pycares.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-pycares.spec b/python-pycares.spec index 528d74c..c970f58 100644 --- a/python-pycares.spec +++ b/python-pycares.spec @@ -24,7 +24,7 @@ Release: 0 Summary: Python interface for c-ares License: MIT Group: Development/Languages/Python -URL: http://github.com/saghul/pycares +URL: https://github.com/saghul/pycares Source: https://files.pythonhosted.org/packages/source/p/pycares/pycares-%{version}.tar.gz BuildRequires: %{python_module cffi} BuildRequires: %{python_module devel}