From 91333c48bc3cde26b8f1aab18431b2acd15eadfd Mon Sep 17 00:00:00 2001 From: Steffen Lange Date: Mon, 24 Feb 2020 15:43:05 +0100 Subject: [PATCH] Bitwarden Web Vault: Correct name and link --- modules/Bitwarden_rs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/Bitwarden_rs.php b/modules/Bitwarden_rs.php index f1e7455..cb822e1 100644 --- a/modules/Bitwarden_rs.php +++ b/modules/Bitwarden_rs.php @@ -2,7 +2,7 @@ class Bitwarden_rs extends PatchBase { function __construct() { - parent::__construct('Daniel García', 'Bitwarden in Rust', 'https://github.com/dani-garcia/bitwarden_rs'); + parent::__construct('Daniel García', 'Bitwarden Web Vault in Rust', 'https://github.com/dani-garcia/bw_web_builds'); } function check() : bool { if ($this->fetch('https://api.github.com/repos/dani-garcia/bw_web_builds/releases/latest', true))