From 9ec9323a1a9abfe33e472ceb2384b1b3c7e427f4 Mon Sep 17 00:00:00 2001 From: Lucas <169063936+mustbeperfect@users.noreply.github.com> Date: Sun, 30 Mar 2025 15:13:51 -0700 Subject: [PATCH] Added paused tag to Spacedrive --- source/data/applications.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/data/applications.json b/source/data/applications.json index c914ea2..8b07f81 100644 --- a/source/data/applications.json +++ b/source/data/applications.json @@ -4490,7 +4490,9 @@ "name": "Spacedrive", "description": "Spacedrive is an open source cross-platform file explorer, powered by a virtual distributed filesystem written in Rust. ", "link": "https://github.com/spacedriveapp/spacedrive", - "tags": [], + "tags": [ + "paused" + ], "platforms": [ "Cross" ],