summaryrefslogtreecommitdiff
path: root/lib/DhMakeELPA/Command/Packaging.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/DhMakeELPA/Command/Packaging.pm')
-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 )
);
}