summaryrefslogtreecommitdiff
path: root/dgit
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2018-10-10 00:50:04 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2018-10-11 00:58:08 +0100
commitc5ea431df91d0deca75840e3189f8ac316e52280 (patch)
tree117d14d3da7e0bb00ca25bdc6fdae41c8a30a1de /dgit
parenta9fc7e4bf085a8a666b3069e918d80e0bc289f76 (diff)
dgit: Replace mention of alioth by salsa
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'dgit')
-rwxr-xr-xdgit2
1 files changed, 1 insertions, 1 deletions
diff --git a/dgit b/dgit
index 2048e81..2f2b509 100755
--- a/dgit
+++ b/dgit
@@ -6812,7 +6812,7 @@ sub cmd_import_dsc {
fail f_ <<END, $dsc_hash
.dsc contains Dgit field referring to object %s
Your git tree does not have that object. Try `git fetch' from a
-plausible server (browse.dgit.d.o? alioth?), and try the import-dsc again.
+plausible server (browse.dgit.d.o? salsa?), and try the import-dsc again.
END
}
if ($oldhash && !is_fast_fwd $oldhash, $dsc_hash) {