diff mbox

[wwwdocs] Make git/gitweb_config.perl use https

Message ID alpine.LSU.2.11.1407041611000.30120@tuna.site
State New
Headers show

Commit Message

Gerald Pfeifer July 4, 2014, 2:11 p.m. UTC
Applied.

Gerald
diff mbox

Patch

Index: git/gitweb_config.perl
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/git/gitweb_config.perl,v
retrieving revision 1.1
diff -u -r1.1 gitweb_config.perl
--- git/gitweb_config.perl	18 Mar 2008 02:07:15 -0000	1.1
+++ git/gitweb_config.perl	4 Jul 2014 14:10:54 -0000
@@ -7,6 +7,6 @@ 
 @git_base_url_list =
   (qw(git://gcc.gnu.org/git
       ssh://gcc.gnu.org/git
-      http://gcc.gnu.org/git));
+      https://gcc.gnu.org/git));
 
 $projects_list = "$projectroot/gitweb-project-list";