From a36fcba0758e66ea33de3a70bfa6ee3ef974440b Mon Sep 17 00:00:00 2001 From: Rabenherz112 Date: Sat, 9 Aug 2025 12:29:46 +0200 Subject: [PATCH] Remove Libervia (Source Code Unavailable) - ref: #1 - `https://repos.goffi.org/libervia-web : HTTPSConnectionPool(host='repos.goffi.org', port=443): Max retries exceeded with url: /libervia-web (Caused by ConnectTimeoutError(, 'Connection to repos.goffi.org timed out. (connect timeout=10)'))` - `https://repos.goffi.org/libervia-backend : HTTPSConnectionPool(host='repos.goffi.org', port=443): Max retries exceeded with url: /libervia-backend (Caused by ConnectTimeoutError(, 'Connection to repos.goffi.org timed out. (connect timeout=10)'))` - `https://www.salut-a-toi.org/ : HTTPSConnectionPool(host='www.salut-a-toi.org', port=443): Max retries exceeded with url: / (Caused by ConnectTimeoutError(, 'Connection to www.salut-a-toi.org timed out. (connect timeout=10)'))` - Source code for Libervia front- and backend is unavailable --- software/libervia.yml | 10 ---------- software/salut-à-toi.yml | 10 ---------- 2 files changed, 20 deletions(-) delete mode 100644 software/libervia.yml delete mode 100644 software/salut-à-toi.yml diff --git a/software/libervia.yml b/software/libervia.yml deleted file mode 100644 index c8fcf83180..0000000000 --- a/software/libervia.yml +++ /dev/null @@ -1,10 +0,0 @@ -name: Libervia -website_url: https://repos.goffi.org/libervia-web -description: Web frontend from Salut à Toi. -licenses: - - AGPL-3.0 -platforms: - - Python -tags: - - Communication - XMPP - Web Clients -source_code_url: https://repos.goffi.org/libervia-web diff --git a/software/salut-à-toi.yml b/software/salut-à-toi.yml deleted file mode 100644 index db5299c395..0000000000 --- a/software/salut-à-toi.yml +++ /dev/null @@ -1,10 +0,0 @@ -name: Salut à Toi -website_url: https://www.salut-a-toi.org/ -description: Multipurpose, multi frontend, libre and decentralized communication tool. -licenses: - - AGPL-3.0 -platforms: - - Python -tags: - - Communication - XMPP - Web Clients -source_code_url: https://repos.goffi.org/libervia-backend