diff --git a/fetch_napari_data.py b/fetch_napari_data.py index 314dfe8cd..6ba34de4b 100644 --- a/fetch_napari_data.py +++ b/fetch_napari_data.py @@ -141,7 +141,7 @@ def expand_proj_url(plugin_data: dict) -> None: # If urls do not exist, we try using the 'home_page' key (like in the old metadata spec). if not urls and "home_page" in plugin_data: - urls = f"homepage, {plugin_data['home_page']}" + urls = [f"homepage, {plugin_data['home_page']}"] plugin_data["home_github"] = "" plugin_data["home_other"] = ""