diff options
author | Martin Szulecki | 2020-06-04 04:46:11 +0200 |
---|---|---|
committer | Martin Szulecki | 2020-06-04 04:46:11 +0200 |
commit | f2b2a9f895ab2fea82bcd31df018ba539f954d81 (patch) | |
tree | b02f413f2367e6bc8c9fe9d0cdeb88f033f636c2 | |
parent | b37ce232a44e4e212f71d3792cbd3d86e2f9ac33 (diff) | |
download | ideviceinstaller-f2b2a9f895ab2fea82bcd31df018ba539f954d81.tar.gz ideviceinstaller-f2b2a9f895ab2fea82bcd31df018ba539f954d81.tar.bz2 |
Use secure project URL in configure.ac
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e137301..2efb09c 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.64) -AC_INIT([ideviceinstaller], [1.1.1], [https://github.com/libimobiledevice/ideviceinstaller/issues],, [http://libimobiledevice.org]) +AC_INIT([ideviceinstaller], [1.1.1], [https://github.com/libimobiledevice/ideviceinstaller/issues],, [https://libimobiledevice.org]) AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip check-news]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES]) AC_CONFIG_SRCDIR([src/]) |