1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/cryptpad_ynh.git synced 2024-09-03 18:26:14 +02:00

Fix link to sources

This commit is contained in:
tituspijean 2024-08-16 11:49:36 +02:00
parent 0bcefe2cf7
commit f14feb4d33
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720

View file

@ -14,7 +14,7 @@ license = "AGPL-3.0-only"
website = "https://cryptpad.fr/" website = "https://cryptpad.fr/"
demo = "https://cryptpad.fr/" demo = "https://cryptpad.fr/"
admindoc = "https://docs.cryptpad.fr/en/" 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" cpe = "cpe:2.3:a:xwiki:cryptpad"
fund = "https://opencollective.com/cryptpad/contribute?language=fr" fund = "https://opencollective.com/cryptpad/contribute?language=fr"
@ -48,7 +48,7 @@ ram.runtime = "50M"
[resources] [resources]
[resources.sources.main] [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" sha256 = "318ff90668e4acfa46dbfa31d0074d8b672571169ac2ef846251e08e9b5f424a"
autoupdate.strategy = "latest_github_tag" autoupdate.strategy = "latest_github_tag"