From c4d0550f98b054324429fa19b229a7a14cda8796 Mon Sep 17 00:00:00 2001 From: Christian Stadelmann Date: Sun, 4 Nov 2018 09:30:02 +0000 Subject: [PATCH] SPEC file: Use HTTPS where possible --- nautilus-python.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nautilus-python.spec b/nautilus-python.spec index 4e54629..8a56a55 100644 --- a/nautilus-python.spec +++ b/nautilus-python.spec @@ -17,8 +17,8 @@ Release: 4%{?dist} Summary: Python bindings for Nautilus License: GPLv2+ -URL: http://www.gnome.org/ -Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/%(v=%{version}; echo ${v:0:3}; )/%{name}-%{version}.tar.xz +URL: https://www.gnome.org/ +Source0: https://ftp.gnome.org/pub/GNOME/sources/%{name}/%(v=%{version}; echo ${v:0:3}; )/%{name}-%{version}.tar.xz %if %{with python2} BuildRequires: python2-devel