From dd9272871f0257082b4c2ea9c47b0fc17dbae19c Mon Sep 17 00:00:00 2001 From: Rabenherz112 Date: Thu, 25 Sep 2025 10:03:56 +0200 Subject: [PATCH] fix the-epube website URL (#1676) - ref: #1 - `https://gitlab.tt-rss.org/main/the-epube/-/wikis/home : HTTP 403` --- software/the-epube.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/the-epube.yml b/software/the-epube.yml index 8e22520470..68e31ebb94 100644 --- a/software/the-epube.yml +++ b/software/the-epube.yml @@ -1,5 +1,5 @@ name: The Epube -website_url: https://gitlab.tt-rss.org/main/the-epube/-/wikis/home +website_url: https://tt-rss.org/ZeEpube/ description: Self-hosted web EPUB reader using EPUB.js, Bootstrap, and Calibre. licenses: - GPL-3.0