1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/couchdb_ynh.git synced 2024-09-03 18:16:11 +02:00

Update manifest.toml

This commit is contained in:
Éric Gaspar 2023-10-28 19:03:25 +02:00
parent 89c70d0029
commit 71e1962ca2

View file

@ -55,6 +55,6 @@ ram.runtime = "50M"
[resources.apt]
packages = "gnupg ca-certificates"
extras.couchdb.repo = "deb https://apache.jfrog.io/artifactory/couchdb-deb/ $(lsb_release -c -s) main"
extras.couchdb.repo = "deb https://apache.jfrog.io/artifactory/couchdb-deb/ bullseye main"
extras.couchdb.key = "https://couchdb.apache.org/repo/keys.asc"
extras.couchdb.packages = "couchdb"