mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +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 = [
 | 
			
		||||
        "python-zulip-api",
 | 
			
		||||
        "zulip",
 | 
			
		||||
        "zulip-android",
 | 
			
		||||
        "zulip-android-legacy",
 | 
			
		||||
        "zulip-desktop",
 | 
			
		||||
        "zulip-flutter",
 | 
			
		||||
        "zulip-ios-legacy",
 | 
			
		||||
 
 | 
			
		||||
@@ -16,7 +16,7 @@ const all_repository_names = [
 | 
			
		||||
    "zulipbot",
 | 
			
		||||
    "zulip-terminal",
 | 
			
		||||
    "zulip-ios-legacy",
 | 
			
		||||
    "zulip-android",
 | 
			
		||||
    "zulip-android-legacy",
 | 
			
		||||
    "zulip-flutter",
 | 
			
		||||
] as const;
 | 
			
		||||
 | 
			
		||||
@@ -36,7 +36,7 @@ type TabName = (typeof all_tab_names)[number];
 | 
			
		||||
const tab_name_to_repo_list: Record<TabName, RepositoryName[]> = {
 | 
			
		||||
    server: ["zulip"],
 | 
			
		||||
    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"],
 | 
			
		||||
    "python-zulip-api": ["python-zulip-api"],
 | 
			
		||||
    zulipbot: ["zulipbot"],
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user