summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-02-28 10:07:40 -0700
committerSean Whitton <spwhitton@spwhitton.name>2018-02-28 10:07:40 -0700
commit4f3e0b3258da69092b3150ae74e095ce53730a57 (patch)
treed87ebbf6145b2401ce993a41eff5615bdb816632 /lib
parentd6fbb6f5a5e2a74fc79a670713dfce8c9c547683 (diff)
use the salsa URIs that cause the fewest errors and redirects
Diffstat (limited to 'lib')
-rw-r--r--lib/DhMakeELPA/Command/Packaging.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/DhMakeELPA/Command/Packaging.pm b/lib/DhMakeELPA/Command/Packaging.pm
index 46fae5a..a93dfff 100644
--- a/lib/DhMakeELPA/Command/Packaging.pm
+++ b/lib/DhMakeELPA/Command/Packaging.pm
@@ -165,11 +165,11 @@ sub fill_vcs {
if ( $self->cfg->pkg_emacsen ) {
$src->Vcs_Git(
- sprintf( "https://salsa.debian.org/emacsen-team/%s.git",
+ sprintf( "https://salsa.debian.org/emacsen-team/%s.git/",
$self->pkgname )
);
$src->Vcs_Browser(
- sprintf( "https://salsa.debian.org/emacsen-team/%s.git/",
+ sprintf( "https://salsa.debian.org/emacsen-team/%s",
$self->pkgname )
);
}