diff --git a/modules/Bitwarden_rs.php b/modules/Bitwarden_rs.php index 2f966fd..6d82825 100644 --- a/modules/Bitwarden_rs.php +++ b/modules/Bitwarden_rs.php @@ -2,11 +2,10 @@ class Bitwarden_rs extends PatchBase { function __construct() { - parent::__construct('Daniel García', 'Bitwarden in Rust', 'https://github.com/dani-garcia/bw_web_builds'); - $this->patch->setBranch('Web Vault'); + parent::__construct('Daniel García', 'Bitwarden in Rust', 'https://github.com/dani-garcia/bitwarden_rs'); } function check() : bool { - if ($this->fetch('https://api.github.com/repos/dani-garcia/bw_web_builds/releases/latest', true)) + if ($this->fetch('https://api.github.com/repos/dani-garcia/bitwarden_rs/releases/latest', true)) return $this->parse_json('tag_name'); return false; }