diff --git a/README.md b/README.md
index 01764d1..95cce99 100644
--- a/README.md
+++ b/README.md
@@ -5,9 +5,9 @@ It shall NOT be edited by hand.
# Firefox SyncStorage for YunoHost
-[](https://dash.yunohost.org/appci/app/syncstorage-rs)  
+[](https://dash.yunohost.org/appci/app/syncserver-rs)  
-[](https://install-app.yunohost.org/?app=syncstorage-rs)
+[](https://install-app.yunohost.org/?app=syncserver-rs)
*[Lire ce readme en français.](./README_fr.md)*
@@ -25,18 +25,18 @@ Second-generation server for Firefox Sync written in Rust.
* Official app website:
* Official admin documentation:
* Upstream app code repository:
-* Report a bug:
+* Report a bug:
## Developer info
-Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/syncstorage-rs_ynh/tree/testing).
+Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/syncserver-rs_ynh/tree/testing).
To try the testing branch, please proceed like that.
``` bash
-sudo yunohost app install https://github.com/YunoHost-Apps/syncstorage-rs_ynh/tree/testing --debug
+sudo yunohost app install https://github.com/YunoHost-Apps/syncserver-rs_ynh/tree/testing --debug
or
-sudo yunohost app upgrade syncstorage-rs -u https://github.com/YunoHost-Apps/syncstorage-rs_ynh/tree/testing --debug
+sudo yunohost app upgrade syncserver-rs -u https://github.com/YunoHost-Apps/syncserver-rs_ynh/tree/testing --debug
```
**More info regarding app packaging:**
diff --git a/README_fr.md b/README_fr.md
index 7e389d0..76fcb74 100644
--- a/README_fr.md
+++ b/README_fr.md
@@ -5,9 +5,9 @@ It shall NOT be edited by hand.
# Firefox SyncStorage pour YunoHost
-[](https://dash.yunohost.org/appci/app/syncstorage-rs)  
+[](https://dash.yunohost.org/appci/app/syncserver-rs)  
-[](https://install-app.yunohost.org/?app=syncstorage-rs)
+[](https://install-app.yunohost.org/?app=syncserver-rs)
*[Read this readme in english.](./README.md)*
@@ -25,18 +25,18 @@ Second-generation server for Firefox Sync written in Rust.
* Site officiel de l’app :
* Documentation officielle de l’admin :
* Dépôt de code officiel de l’app :
-* Signaler un bug :
+* Signaler un bug :
## Informations pour les développeurs
-Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/syncstorage-rs_ynh/tree/testing).
+Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/syncserver-rs_ynh/tree/testing).
Pour essayer la branche testing, procédez comme suit.
``` bash
-sudo yunohost app install https://github.com/YunoHost-Apps/syncstorage-rs_ynh/tree/testing --debug
+sudo yunohost app install https://github.com/YunoHost-Apps/syncserver-rs_ynh/tree/testing --debug
ou
-sudo yunohost app upgrade syncstorage-rs -u https://github.com/YunoHost-Apps/syncstorage-rs_ynh/tree/testing --debug
+sudo yunohost app upgrade syncserver-rs -u https://github.com/YunoHost-Apps/syncserver-rs_ynh/tree/testing --debug
```
**Plus d’infos sur le packaging d’applications :**
\ No newline at end of file
diff --git a/manifest.toml b/manifest.toml
index fe1970d..373202b 100644
--- a/manifest.toml
+++ b/manifest.toml
@@ -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]