From 9e6e0352598cf4696caf21dd98b25ffb6890d08d Mon Sep 17 00:00:00 2001 From: Tobias Quathamer Date: Wed, 7 Jun 2017 21:11:01 +0000 Subject: Use HTTPS for URL CVS version numbers stattrans.pl: 1.124 -> 1.125 --- stattrans.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stattrans.pl') diff --git a/stattrans.pl b/stattrans.pl index 6b4942afc16..935b76db074 100755 --- a/stattrans.pl +++ b/stattrans.pl @@ -359,7 +359,7 @@ sub alioth_cvs_file_url { my ($path) = @_; return - sprintf( 'http://anonscm.debian.org/viewvc/webwml/webwml/%s', $path ); + sprintf( 'https://anonscm.debian.org/viewvc/webwml/webwml/%s', $path ); } sub alioth_cvs_log_url { -- cgit v1.2.3