diff --git a/python-croniter.changes b/python-croniter.changes index eaa8806..6530f54 100644 --- a/python-croniter.changes +++ b/python-croniter.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 13 07:15:59 UTC 2022 - Dirk Müller + +- use https for urls + ------------------------------------------------------------------- Tue Sep 27 15:18:11 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-croniter.spec b/python-croniter.spec index efe49c3..4e7ef13 100644 --- a/python-croniter.spec +++ b/python-croniter.spec @@ -22,7 +22,7 @@ Version: 1.3.7 Release: 0 Summary: Python iterators for datetime objects with cron-like format License: MIT -URL: http://github.com/kiorky/croniter +URL: https://github.com/kiorky/croniter Source: https://files.pythonhosted.org/packages/source/c/croniter/croniter-%{version}.tar.gz BuildRequires: %{python_module future} BuildRequires: %{python_module pytest >= 3.0.3}