[policies/master] Fix webwml git url

commit 5c982e2581a89f444b78b8fab2c6b31dec7b1e09 Author: Damian Johnson <atagar@torproject.org> Date: Fri Jul 19 13:54:54 2019 -0700 Fix webwml git url Oops! Cited the gitweb rather than the git url. --- 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 5569a64..5dcee77 100644 --- a/scripts/commit_activity.py +++ b/scripts/commit_activity.py @@ -117,7 +117,7 @@ GIT_REPOS = { 'project/web/support': 'https://git.torproject.org/project/web/support.git', 'project/web/template': 'https://git.torproject.org/project/web/template.git', 'project/web/tpo': 'https://git.torproject.org/project/web/tpo.git', - 'project/web/webwml': 'https://gitweb.torproject.org/project/web/webwml.git/', + 'project/web/webwml': 'https://git.torproject.org/project/web/webwml.git', } def call(cmd, cwd = None):
participants (1)
-
atagar@torproject.org