aboutsummaryrefslogtreecommitdiffstats
path: root/stattrans.pl
diff options
context:
space:
mode:
authorSteve McIntyre <steve@einval.com>2018-05-31 10:23:09 +0100
committerSteve McIntyre <steve@einval.com>2018-05-31 10:23:09 +0100
commit242481eb611fa8b33d645b9068a4e430c368c493 (patch)
tree2e2566ac92a3278ddc9f2047751cf0564d269b16 /stattrans.pl
parente0c5859f85967520d65a8361a066e1e3f84ace6e (diff)
Remove the trailing .git on the repo URL
Otherwise links to diffs etc. won't work
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 7e8a7b30ac0..600268f5cc8 100755
--- a/stattrans.pl
+++ b/stattrans.pl
@@ -61,7 +61,7 @@ $opt_p =~ s/$/\$/g;
);
my $VCSHOST = "salsa";
-my $VCSBASE = "https://salsa.debian.org/webmaster-team/webwml.git";
+my $VCSBASE = "https://salsa.debian.org/webmaster-team/webwml";
if (-d "$config{'wmldir'}/CVS") {
$VCSHOST = "alioth";
$VCSBASE = "https://anonscm.debian.org/viewvc/webwml/webwml";

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