summaryrefslogtreecommitdiff
path: root/MODULES.html.sh
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2017-09-13 00:48:18 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2017-09-13 00:48:57 -0700
commitca35d468121a7ec60162155f9c3395068ca323d1 (patch)
tree21dda8c53d99e346571693406a75bdb24e67b7d1 /MODULES.html.sh
parent9dd86e23c6c1ab02723efdeb6704920724d6abfc (diff)
downloadgnulib-ca35d468121a7ec60162155f9c3395068ca323d1.tar.gz
all: prefer https: URLs
Diffstat (limited to 'MODULES.html.sh')
-rwxr-xr-xMODULES.html.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/MODULES.html.sh b/MODULES.html.sh
index 56642d381b..3e8e92b5b5 100755
--- a/MODULES.html.sh
+++ b/MODULES.html.sh
@@ -13,7 +13,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
+# along with this program. If not, see <https://www.gnu.org/licenses/>.
#
# Usage: MODULES.html.sh [--git-urls] > MODULES.html
@@ -30,7 +30,7 @@ if test $# != 0; then
case "$1" in
--git-urls)
# Generate URLs to the official gnulib git repository.
- repo_url_prefix='http://git.sv.gnu.org/gitweb/?p=gnulib.git;a=blob_plain;f='
+ repo_url_prefix='https://git.sv.gnu.org/gitweb/?p=gnulib.git;a=blob_plain;f='
repo_url_suffix=''
;;
esac