mirror of
https://github.com/YunoHost-Apps/syncserver-rs_ynh.git
synced 2024-09-03 20:26:32 +02:00
Fix package id
This commit is contained in:
parent
c9c83e3f93
commit
4274dc5740
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
packaging_format = 2
|
||||
|
||||
id = "syncstorage-rs"
|
||||
id = "syncserver-rs"
|
||||
name = "Firefox SyncStorage"
|
||||
|
||||
description.en = "New Firefox Sync Storage implemented in Rust. Allows syncing tabs, passwords, history etc. between Firefox instances."
|
||||
|
@ -47,7 +47,7 @@ ram.runtime = "50M"
|
|||
url = "https://github.com/mozilla-services/syncstorage-rs/archive/acc5524cf361d6abf3aedb73bb54ef3db1b6fda3.tar.gz"
|
||||
sha256 = "52cbd6aa890deee4079463c0f45bb2985891f78114ecbbfacb5387fdc0b806f5"
|
||||
autoupdate.strategy = "latest_github_commit"
|
||||
autoupdate.force_version = "0.13.7-%Y.%m.%d"
|
||||
autoupdate.force_version = "0.13.7-%Y%m%d"
|
||||
|
||||
# This will provision/deprovision a unix system user
|
||||
[resources.system_user]
|
||||
|
|
Loading…
Add table
Reference in a new issue