diff options
author | Ruben Kerkhof <ruben@rubenkerkhof.com> | 2018-06-05 17:03:44 +0200 |
---|---|---|
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | 2018-06-19 09:57:52 +0200 |
commit | e1ff824635479f21b0fb372ce5b55c1d14d57035 (patch) | |
tree | 40f78948e1d9955aa3cf67a4648086680116cd16 /redhat | |
parent | redhat: remove trailing whitespace from spec file (diff) | |
download | frr-e1ff824635479f21b0fb372ce5b55c1d14d57035.tar.xz frr-e1ff824635479f21b0fb372ce5b55c1d14d57035.zip |
redhat: Use https for URL in spec file
Signed-off-by: Ruben Kerkhof <ruben@rubenkerkhof.com>
Diffstat (limited to 'redhat')
-rw-r--r-- | redhat/frr.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redhat/frr.spec.in b/redhat/frr.spec.in index 8b6c61b46..94ced2e78 100644 --- a/redhat/frr.spec.in +++ b/redhat/frr.spec.in @@ -146,7 +146,7 @@ Release: @CONFDATE@%{release_rev}%{?dist} License: GPLv2+ Group: System Environment/Daemons Source0: http://www.frrouting.org/releases/frr/%{name}-%{frrversion}.tar.gz -URL: http://www.frrouting.org +URL: https://www.frrouting.org Requires(pre): /sbin/install-info Requires(preun): /sbin/install-info Requires(post): /sbin/install-info |