From f14feb4d3382b2e42fa78c8fc4fbd4d194f8d1cf Mon Sep 17 00:00:00 2001 From: tituspijean Date: Fri, 16 Aug 2024 11:49:36 +0200 Subject: [PATCH] Fix link to sources --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 36ccc51..e6c3345 100644 --- a/manifest.toml +++ b/manifest.toml @@ -14,7 +14,7 @@ license = "AGPL-3.0-only" website = "https://cryptpad.fr/" demo = "https://cryptpad.fr/" admindoc = "https://docs.cryptpad.fr/en/" -code = "https://github.com/xwiki-labs/cryptpad" +code = "https://github.com/cryptpad/cryptpad" cpe = "cpe:2.3:a:xwiki:cryptpad" fund = "https://opencollective.com/cryptpad/contribute?language=fr" @@ -48,7 +48,7 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/xwiki-labs/cryptpad/archive/refs/tags/2024.6.1.tar.gz" + url = "https://github.com/cryptpad/cryptpad/archive/refs/tags/2024.6.1.tar.gz" sha256 = "318ff90668e4acfa46dbfa31d0074d8b672571169ac2ef846251e08e9b5f424a" autoupdate.strategy = "latest_github_tag"