From f65cf8cf9e817c690ac9799cb9fa3a14c97f943d Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 18 Mar 2025 12:55:59 +0100 Subject: [PATCH] Seafile: Lowercase Slug for Install/Update-Source (#3209) --- frontend/public/json/seafile.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/public/json/seafile.json b/frontend/public/json/seafile.json index c26172013..ddabe7eca 100644 --- a/frontend/public/json/seafile.json +++ b/frontend/public/json/seafile.json @@ -1,6 +1,6 @@ { "name": "Seafile", - "slug": "Seafile", + "slug": "seafile", "categories": [ 12 ], @@ -44,4 +44,4 @@ "type": "info" } ] -} \ No newline at end of file +}