From 4f3e0b3258da69092b3150ae74e095ce53730a57 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Wed, 28 Feb 2018 10:07:40 -0700 Subject: use the salsa URIs that cause the fewest errors and redirects --- lib/DhMakeELPA/Command/Packaging.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') 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 ) ); } -- cgit v1.2.3