mirror of
https://github.com/YunoHost-Apps/chatonsinfos_ynh.git
synced 2024-09-03 18:15:58 +02:00
Update manifest.toml
This commit is contained in:
parent
300f5e08d1
commit
3a0a0b3a2b
1 changed files with 1 additions and 4 deletions
|
@ -10,9 +10,7 @@ version = "1.0~ynh1"
|
|||
maintainers = ["oiseauroch", "ljf"]
|
||||
|
||||
[upstream]
|
||||
# NB: Only the "license" key is mandatory. Remove entries for which there's no relevant data
|
||||
license = "AGPL-3.0"
|
||||
website = "https://framagit.org/chatons/chatonsinfos/-/blob/master/"
|
||||
demo = "https://stats.chatons.org/index.xhtml"
|
||||
admindoc = "https://framagit.org/chatons/chatonsinfos/-/blob/master/README.md"
|
||||
code = "https://framagit.org/chatons/chatonsinfos"
|
||||
|
@ -29,13 +27,12 @@ ram.runtime = "50M"
|
|||
|
||||
[install]
|
||||
[install.domain]
|
||||
# this is a generic question - ask strings are automatically handled by YunoHost's core
|
||||
type = "domain"
|
||||
|
||||
[install.path]
|
||||
# this is a generic question - ask strings are automatically handled by YunoHost's core
|
||||
type = "path"
|
||||
default = "/.well_known/chatonsinfos/"
|
||||
|
||||
[resources]
|
||||
# See the packaging documentation for the full set
|
||||
# of explanation regarding the behavior and properties for each of those
|
||||
|
|
Loading…
Reference in a new issue