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))