mirror of
https://github.com/YunoHost-Apps/vaultwarden_ynh.git
synced 2024-09-03 18:26:31 +02:00
Merge branch 'testing' into master
This commit is contained in:
commit
ebe1a36a5e
2 changed files with 3 additions and 3 deletions
|
@ -3,8 +3,8 @@
|
|||
"id": "bitwarden",
|
||||
"packaging_format": 1,
|
||||
"description": {
|
||||
"en": "Open source password management solutions.",
|
||||
"fr": "Solutions de gestion de mots de passe open source."
|
||||
"en": "Manage passwords and other sensitive informations",
|
||||
"fr": "Géres les mots de passe et autres informations sensibles"
|
||||
},
|
||||
"version": "1.13.0~ynh1",
|
||||
"url": "https://github.com/dani-garcia/bitwarden_rs",
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#=================================================
|
||||
|
||||
# dependencies used by the app
|
||||
pkg_dependencies="curl tar pkg-config libssl-dev"
|
||||
pkg_dependencies="curl tar pkg-config libssl-dev libc6-dev"
|
||||
|
||||
#=================================================
|
||||
# PERSONAL HELPERS
|
||||
|
|
Loading…
Add table
Reference in a new issue