mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 22:43:42 +00:00
team: Update for zulip-android-legacy repository rename.
This commit is contained in:
@@ -108,7 +108,7 @@ def update_contributor_data_file() -> None:
|
|||||||
repo_names = [
|
repo_names = [
|
||||||
"python-zulip-api",
|
"python-zulip-api",
|
||||||
"zulip",
|
"zulip",
|
||||||
"zulip-android",
|
"zulip-android-legacy",
|
||||||
"zulip-desktop",
|
"zulip-desktop",
|
||||||
"zulip-flutter",
|
"zulip-flutter",
|
||||||
"zulip-ios-legacy",
|
"zulip-ios-legacy",
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ const all_repository_names = [
|
|||||||
"zulipbot",
|
"zulipbot",
|
||||||
"zulip-terminal",
|
"zulip-terminal",
|
||||||
"zulip-ios-legacy",
|
"zulip-ios-legacy",
|
||||||
"zulip-android",
|
"zulip-android-legacy",
|
||||||
"zulip-flutter",
|
"zulip-flutter",
|
||||||
] as const;
|
] as const;
|
||||||
|
|
||||||
@@ -36,7 +36,7 @@ type TabName = (typeof all_tab_names)[number];
|
|||||||
const tab_name_to_repo_list: Record<TabName, RepositoryName[]> = {
|
const tab_name_to_repo_list: Record<TabName, RepositoryName[]> = {
|
||||||
server: ["zulip"],
|
server: ["zulip"],
|
||||||
desktop: ["zulip-desktop"],
|
desktop: ["zulip-desktop"],
|
||||||
mobile: ["zulip-mobile", "zulip-flutter", "zulip-ios-legacy", "zulip-android"],
|
mobile: ["zulip-mobile", "zulip-flutter", "zulip-ios-legacy", "zulip-android-legacy"],
|
||||||
"zulip-js": ["zulip-js"],
|
"zulip-js": ["zulip-js"],
|
||||||
"python-zulip-api": ["python-zulip-api"],
|
"python-zulip-api": ["python-zulip-api"],
|
||||||
zulipbot: ["zulipbot"],
|
zulipbot: ["zulipbot"],
|
||||||
|
|||||||
Reference in New Issue
Block a user