aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2023-06-19 08:09:24 -0400
committerDavid Goulet <dgoulet@torproject.org>2023-06-19 08:09:24 -0400
commit623a55764b8c72e6271f822c1fe68b9613c551b9 (patch)
tree06a2aa8adb7b40708a4881cefc127da557c30a18 /Makefile.am
parent066da91521946fa45c637e6006f4e397fc65ee90 (diff)
downloadtor-623a55764b8c72e6271f822c1fe68b9613c551b9.tar.gz
tor-623a55764b8c72e6271f822c1fe68b9613c551b9.zip
Use the new Stem repository on Gitlab
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 280047a71b..e65bd133bc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -475,7 +475,7 @@ test-network-results:
need-stem-path:
@if test ! -d "$$STEM_SOURCE_DIR"; then \
echo '$$STEM_SOURCE_DIR was not set.'; echo; \
- echo "To run these tests, git clone https://git.torproject.org/stem.git/ ; export STEM_SOURCE_DIR=\`pwd\`/stem"; \
+ echo "To run these tests, git clone https://gitlab.torproject.org/tpo/network-health/stem ; export STEM_SOURCE_DIR=\`pwd\`/stem"; \
exit 1; \
fi