From d355697e8c743968e5c40a0776c4016e14b43e5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Pokorn=C3=BD?= Date: Wed, 29 Aug 2018 10:33:19 +0200 Subject: [PATCH] Use secure "https" URI scheme for Url field MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It might be deceptive in case anyone would use that field directly as a target for "git clone" otherwise. Signed-off-by: Jan Pokorný --- sos.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sos.spec b/sos.spec index 0f8fdef..0534b30 100644 --- a/sos.spec +++ b/sos.spec @@ -8,7 +8,7 @@ Group: Applications/System Source0: https://github.com/sosreport/sos/archive/%{version}.tar.gz License: GPLv2+ BuildArch: noarch -Url: http://github.com/sosreport/sos +Url: https://github.com/sosreport/sos BuildRequires: python3-devel BuildRequires: gettext BuildRequires: python3-six