diff --git a/README.md b/README.md index 900dd20..21892bf 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in A simple IRC web client. -**Shipped version:** 1.0.0-beta.8~ynh1 +**Shipped version:** 1.0.0-beta.8~ynh2 **Demo:** https://web.libera.chat/gamja/ diff --git a/README_fr.md b/README_fr.md index df03d19..c1d255e 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po A simple IRC web client. -**Version incluse :** 1.0.0-beta.8~ynh1 +**Version incluse :** 1.0.0-beta.8~ynh2 **Démo :** https://web.libera.chat/gamja/ diff --git a/conf/systemd.service b/conf/systemd.service index 7250f0f..a3a897c 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -1,5 +1,5 @@ [Unit] -Description=Websocket gateway to IRC networks +Description=Gamja: Websocket gateway to IRC networks After=network.target [Service] diff --git a/manifest.toml b/manifest.toml index 3df7972..ee7ce41 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,9 +5,9 @@ name = "Gamja" description.en = "Simple IRC web client" description.fr = "Simple IRC web client" -version = "1.0.0-beta.8~ynh1" +version = "1.0.0-beta.8~ynh2" -maintainers = [] +maintainers = ["eric_G"] [upstream] license = "AGPL-3.0-or-later" @@ -28,7 +28,6 @@ ram.runtime = "50M" [install.domain] type = "domain" - [install.init_main_permission] type = "group" default = "visitors"