From f473a9a3a09c1bc74c93934380a65b89b44bf192 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9F=A9=E4=BF=A1=E5=BF=8D=E8=9F=91=E8=9E=82?= Date: Thu, 2 Feb 2023 17:39:23 +0800 Subject: [PATCH] Update repo_map.py --- repo_map.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/repo_map.py b/repo_map.py index 20bb174..aee33da 100644 --- a/repo_map.py +++ b/repo_map.py @@ -33,7 +33,8 @@ __repo_url_pair_list:List[Tuple[str,str]]=[ ("https://github.com/frida/meson.git","git@gitcode.net:fridaz/meson.git"), ("https://github.com/frida/frida-tools.git","git@gitcode.net:fridaz/frida-tools.git"), # ("yyy","111"), - ("yyy","xxx"), + ("https://github.com/elebumm/RedditVideoMakerBot.git","git@gitcode.net:pubx/elebumm/RedditVideoMakerBot.git"), + ("github_git","my_git"), ] from collections import Counter -- GitLab