From ed80a79957a05febbcb38d62cdd6937409baf181 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Sun, 3 Dec 2023 22:44:09 +0100 Subject: [PATCH] Update apps.toml: FastAPI -> fastapi to make linter happy (#1896) --- apps.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.toml b/apps.toml index 539c7419..10df8b7f 100644 --- a/apps.toml +++ b/apps.toml @@ -2311,7 +2311,7 @@ url = "https://github.com/YunoHost-Apps/my_webapp_ynh" category = "publishing" state = "working" subtags = [ "website", "api" ] -url = "https://github.com/YunoHost-Apps/FastAPI_ynh" +url = "https://github.com/YunoHost-Apps/fastapi_ynh" [mybb] category = "communication"