diff --git a/python-duet.changes b/python-duet.changes index 6e85d7a..c3e94ce 100644 --- a/python-duet.changes +++ b/python-duet.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 13 07:17:46 UTC 2022 - Dirk Müller + +- use https for urls + ------------------------------------------------------------------- Tue Sep 27 19:11:09 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-duet.spec b/python-duet.spec index ca52b73..edc8202 100644 --- a/python-duet.spec +++ b/python-duet.spec @@ -23,7 +23,7 @@ Version: 0.2.7 Release: 0 Summary: A simple future-based async library for python License: Apache-2.0 -URL: http://github.com/google/duet +URL: https://github.com/google/duet Source: https://files.pythonhosted.org/packages/source/d/duet/duet-%{version}.tar.gz BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools}