From 363cceb5ba826cebba5403c8ff1b74688450ae4b Mon Sep 17 00:00:00 2001 From: Marius Date: Fri, 14 Jun 2024 10:31:31 +0200 Subject: [PATCH] Update fastus.json --- src/content/implementations/fastus.json | 26 ++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/content/implementations/fastus.json b/src/content/implementations/fastus.json index 3497da48..41dc0134 100644 --- a/src/content/implementations/fastus.json +++ b/src/content/implementations/fastus.json @@ -1,14 +1,14 @@ { - "href": "https://gitea.com/utdream/FasTUS", - "authors": [ - { - "name": "Jordan Michaels", - "href": "https://gitea.com/utdream" - } - ], - "name": "utdream/FasTUS", - "description": "FasTUS is a TUS-compliant resumable file upload server template using FastAPI & released to the public domain. Make something amazing!", - "license": "Unlicense", - "type": "community", - "subtype": "server" - } \ No newline at end of file + "href": "https://gitea.com/utdream/FasTUS", + "authors": [ + { + "name": "Jordan Michaels", + "href": "https://gitea.com/utdream" + } + ], + "name": "utdream/FasTUS", + "description": "FasTUS is a tus-compliant resumable file upload server template using FastAPI", + "license": "Unlicense", + "type": "community", + "subtype": "server" +}