diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-02-03 00:19:02 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-02-03 00:19:02 +0100 |
commit | 4af40b3646d3b09f68e419f7ca866ff395d1f897 (patch) | |
tree | e85f902d8fc7973f7c9a47037901e761ab76c3dc /packages/AIX/RPM | |
parent | d33dd0b1951d4772e12e84df0f3b728dbddac38f (diff) |
URLs: change all http:// URLs to https://
Diffstat (limited to 'packages/AIX/RPM')
-rw-r--r-- | packages/AIX/RPM/curl.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/AIX/RPM/curl.spec.in b/packages/AIX/RPM/curl.spec.in index 366cfa07b..c64a0b759 100644 --- a/packages/AIX/RPM/curl.spec.in +++ b/packages/AIX/RPM/curl.spec.in @@ -16,7 +16,7 @@ License: MIT/X derivate Vendor: Daniel Stenberg <Daniel.Stenberg@haxx.se> Group: Applications/Internet Source: %{name}-%{version}.tar.bz2 -URL: http://curl.haxx.se/ +URL: https://curl.haxx.se/ Provides: curl BuildRoot: %{_tmppath}/%{name}-%{version}-root Prefix: %{_prefix} |