summaryrefslogtreecommitdiff
path: root/libssh2/libssh2.spec
diff options
context:
space:
mode:
Diffstat (limited to 'libssh2/libssh2.spec')
-rw-r--r--libssh2/libssh2.spec3
1 files changed, 2 insertions, 1 deletions
diff --git a/libssh2/libssh2.spec b/libssh2/libssh2.spec
index 2c38eeb..c983613 100644
--- a/libssh2/libssh2.spec
+++ b/libssh2/libssh2.spec
@@ -22,7 +22,8 @@ Release: 2.0.stack.%{__distinit}%{__distvers}
Summary: A library implementing the SSH2 protocol
License: BSD
URL: http://www.libssh2.org/
-Source0: http://libssh2.org/download/libssh2-%{version}.tar.gz
+# stackrpms: use https for copr build
+Source0: https://libssh2.org/download/libssh2-%{version}.tar.gz
Patch0: libssh2-1.7.0-pkgconfig.patch
BuildRequires: coreutils
BuildRequires: findutils
bgstack15