summaryrefslogtreecommitdiff
path: root/build-aux/pmccabe2html
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 /build-aux/pmccabe2html
parent9dd86e23c6c1ab02723efdeb6704920724d6abfc (diff)
downloadgnulib-ca35d468121a7ec60162155f9c3395068ca323d1.tar.gz
all: prefer https: URLs
Diffstat (limited to 'build-aux/pmccabe2html')
-rw-r--r--build-aux/pmccabe2html6
1 files changed, 3 insertions, 3 deletions
diff --git a/build-aux/pmccabe2html b/build-aux/pmccabe2html
index 19e8097d6a..4c2cc25e44 100644
--- a/build-aux/pmccabe2html
+++ b/build-aux/pmccabe2html
@@ -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/>.
# Written by Jose E. Marchesi <jemarch@gnu.org>.
# Adapted for gnulib by Simon Josefsson <simon@josefsson.org>.
@@ -28,8 +28,8 @@
# | sort -nr \
# | $(AWK) -f ${top_srcdir}/build-aux/pmccabe2html \
# -v lang=html -v name="$(PACKAGE_NAME)" \
-# -v vcurl="http://git.savannah.gnu.org/gitweb/?p=$(PACKAGE).git;a=blob;f=%FILENAME%;hb=HEAD" \
-# -v url="http://www.gnu.org/software/$(PACKAGE)/" \
+# -v vcurl="https://git.savannah.gnu.org/gitweb/?p=$(PACKAGE).git;a=blob;f=%FILENAME%;hb=HEAD" \
+# -v url="https://www.gnu.org/software/$(PACKAGE)/" \
# -v css=${top_srcdir}/build-aux/pmccabe.css \
# -v cut_dir=${top_srcdir}/ \
# > $@-tmp