aboutsummaryrefslogtreecommitdiffstats
path: root/stattrans.pl
diff options
context:
space:
mode:
authorTobias Quathamer <toddy>2017-06-07 21:11:01 +0000
committerTobias Quathamer <toddy>2017-06-07 21:11:01 +0000
commit9e6e0352598cf4696caf21dd98b25ffb6890d08d (patch)
treefb12ea60baa7e195bdc2f2f23fe1cf07b724e19b /stattrans.pl
parentdc4202a17540dceed7163d466fe278a47a6e4ad6 (diff)
Use HTTPS for URL
CVS version numbers stattrans.pl: 1.124 -> 1.125
Diffstat (limited to 'stattrans.pl')
-rwxr-xr-xstattrans.pl2
1 files changed, 1 insertions, 1 deletions
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 {

© 2014-2024 Faster IT GmbH | imprint | privacy policy