From 6605e3272df948a18f14a77a0db0beb9384da4df Mon Sep 17 00:00:00 2001 From: nodiscc Date: Mon, 25 Sep 2023 01:24:19 +0200 Subject: [PATCH] fix platform/language for wikisuite - the software is distributed through Debian packages and/or an installation shell script. Custom components are written in Perl --- platforms/clearos.yml | 2 -- software/wikisuite.yml | 4 +++- 2 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 platforms/clearos.yml diff --git a/platforms/clearos.yml b/platforms/clearos.yml deleted file mode 100644 index 9604a721c6..0000000000 --- a/platforms/clearos.yml +++ /dev/null @@ -1,2 +0,0 @@ -name: ClearOS -description: "" \ No newline at end of file diff --git a/software/wikisuite.yml b/software/wikisuite.yml index ac05520a66..cb258a2b90 100644 --- a/software/wikisuite.yml +++ b/software/wikisuite.yml @@ -10,7 +10,9 @@ licenses: - MIT - AGPL-3.0 platforms: - - ClearOS + - Shell + - Perl + - deb tags: - Self-hosting Solutions source_code_url: https://wikisuite.org/Source-Code