summaryrefslogtreecommitdiff
path: root/MODULES.html.sh
diff options
context:
space:
mode:
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