mirror of
https://github.com/YunoHost-Apps/mailman3_ynh.git
synced 2024-09-03 19:36:17 +02:00
Fix manifest, tests.toml
This commit is contained in:
parent
8a4b51fb03
commit
46875129a0
2 changed files with 4 additions and 0 deletions
|
@ -47,6 +47,8 @@ ram.runtime = "800M"
|
||||||
|
|
||||||
[install.email]
|
[install.email]
|
||||||
type = "email"
|
type = "email"
|
||||||
|
ask.en = "The superuser email, can be your own email"
|
||||||
|
ask.fr = "L'email super-utilisateur, peut être votre email"
|
||||||
example = "user@example.org"
|
example = "user@example.org"
|
||||||
|
|
||||||
[resources]
|
[resources]
|
||||||
|
|
|
@ -4,6 +4,8 @@ test_format = 1.0
|
||||||
|
|
||||||
[default]
|
[default]
|
||||||
|
|
||||||
|
args.email = "package_checker@domain.tld"
|
||||||
|
|
||||||
exclude = ["change_url"]
|
exclude = ["change_url"]
|
||||||
|
|
||||||
# -------------------------------
|
# -------------------------------
|
||||||
|
|
Loading…
Add table
Reference in a new issue