1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/20euros_ynh.git synced 2024-09-03 18:05:53 +02:00

fix typo from the auto-update source script

This commit is contained in:
Alexandre Aubin 2023-04-04 19:19:49 +02:00 committed by GitHub
parent 00a87550fa
commit 87b97fc0be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,7 +42,7 @@ ram.runtime = "50M"
[resources.sources]
[resources.sources.main]
url = "https://github.com/jatekos101/20euros/archive/refs/tags/0.1.tar.gz"
url = "https://github.com/jatekos101/20euros/archive/refs/tags/v0.1.tar.gz"
sha256 = "d5558cd419c8d46bdc958064cb97f963d1ea793866414c025906ec15033512ed"
autoupdate.strategy = "latest_github_tag"