From 9ece08e9362f4111bcea3c98413c18b2e6446037 Mon Sep 17 00:00:00 2001 From: Rabenherz112 Date: Mon, 29 Jan 2024 22:11:29 +0100 Subject: [PATCH] Remove Demo from Gogs (#547) - ref: #1 - Issue regarding the unability of the Demo was already reported in https://github.com/gogs/gogs/issues/7651 - Issue tracker does not seem to be maintained anymore ([#7601](https://github.com/gogs/gogs/issues/7601), [#7602](https://github.com/gogs/gogs/issues/7602), [#7643](https://github.com/gogs/gogs/issues/7643)) - Demo is unavailable since 2024-01-21 - `https://try.gogs.io/ : HTTPSConnectionPool(host='try.gogs.io', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable'))` --- software/gogs.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/software/gogs.yml b/software/gogs.yml index c6482ff988..f702c1efd3 100644 --- a/software/gogs.yml +++ b/software/gogs.yml @@ -8,7 +8,6 @@ platforms: tags: - Software Development - Project Management source_code_url: https://github.com/gogs/gogs -demo_url: https://try.gogs.io/ stargazers_count: 43701 updated_at: '2024-01-01' archived: false