summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberto Luaces Fernández <aluaces@udc.es>2018-02-28 09:37:41 +0000
committerAlberto Luaces Fernández <aluaces@udc.es>2018-02-28 09:37:41 +0000
commitd6fbb6f5a5e2a74fc79a670713dfce8c9c547683 (patch)
tree51442a1ead5c32c04997e23864e5d30c149e25b2
parent1b71d9897f9ea81b0674f7772556f7af6ae14519 (diff)
Update Vcs-* fields so they point to https://salsa.debian.org/
-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 959dfd3..46fae5a 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://anonscm.debian.org/git/pkg-emacsen/pkg/%s.git",
+ sprintf( "https://salsa.debian.org/emacsen-team/%s.git",
$self->pkgname )
);
$src->Vcs_Browser(
- sprintf( "https://anonscm.debian.org/cgit/pkg-emacsen/pkg/%s.git/",
+ sprintf( "https://salsa.debian.org/emacsen-team/%s.git/",
$self->pkgname )
);
}