commit cc41cb534f07e33cdc30ab9129b9ef22342627a2 Author: Damian Johnson atagar@torproject.org Date: Thu Oct 11 12:55:52 2018 -0700
Update ooniprobe link
Repository we referenced is evidently no longer their primary one. --- scripts/commit_activity.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/commit_activity.py b/scripts/commit_activity.py index 87cb7ff..5c6bcb2 100644 --- a/scripts/commit_activity.py +++ b/scripts/commit_activity.py @@ -37,7 +37,7 @@ GIT_REPOS = { 'metrics-web': 'https://git.torproject.org/metrics-web.git', 'nyx': 'https://git.torproject.org/nyx.git', 'onionoo': 'https://git.torproject.org/onionoo.git', - 'ooni-probe': 'https://git.torproject.org/ooni-probe.git', + 'ooni-probe': 'https://github.com/ooni/probe.git', 'oonib': 'https://git.torproject.org/ooni/oonib.git', 'ooni_reader': 'https://git.torproject.org/ooni/reader.git', 'ooni_spec': 'https://git.torproject.org/ooni/spec.git',
tor-commits@lists.torproject.org