1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/transmission_ynh.git synced 2024-09-04 01:46:12 +02:00
This commit is contained in:
Éric Gaspar 2023-06-17 23:00:53 +02:00
parent 3090530081
commit b0cb8b40ed
2 changed files with 1 additions and 4 deletions

View file

@ -17,7 +17,7 @@ code = "https://github.com/transmission/transmission"
cpe = "cpe:2.3:a:transmissionbt:transmission" cpe = "cpe:2.3:a:transmissionbt:transmission"
[integration] [integration]
yunohost = ">= 11.1.16" yunohost = ">= 11.1.20"
architectures = "all" architectures = "all"
multi_instance = false multi_instance = false
ldap = false ldap = false

View file

@ -4,9 +4,6 @@
# COMMON VARIABLES # COMMON VARIABLES
#================================================= #=================================================
# dependencies used by the app
#REMOVEME? pkg_dependencies="transmission-daemon transmission-cli transmission-common acl"
#================================================= #=================================================
# PERSONAL HELPERS # PERSONAL HELPERS
#================================================= #=================================================