mirror of
https://github.com/YunoHost/SSOwat.git
synced 2024-09-03 20:06:27 +02:00
debian: we need lua-cjson, dependency for the jwt thing
This commit is contained in:
parent
aa7f607750
commit
12466db0d7
1 changed files with 1 additions and 1 deletions
2
debian/control
vendored
2
debian/control
vendored
|
@ -7,7 +7,7 @@ Standards-Version: 3.9.1
|
||||||
|
|
||||||
Package: ssowat
|
Package: ssowat
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: nginx-extras (>=1.6.2), lua-json, lua-rex-pcre2, lua-basexx, lua-luaossl, lua-logging, lua-filesystem, whois
|
Depends: nginx-extras (>=1.6.2), lua-json, lua-rex-pcre2, lua-basexx, lua-luaossl, lua-logging, lua-filesystem, lua-cjson, whois
|
||||||
Homepage: https://yunohost.org
|
Homepage: https://yunohost.org
|
||||||
Description: user portal with single sign-on designed for Yunohost
|
Description: user portal with single sign-on designed for Yunohost
|
||||||
A minimalist user portal with single sign-on, designed to be
|
A minimalist user portal with single sign-on, designed to be
|
||||||
|
|
Loading…
Add table
Reference in a new issue