Vaultwarden: renaming of bitwarden_rs
This commit is contained in:
parent
c5a296f0a1
commit
6888ba7fde
1 changed files with 3 additions and 3 deletions
|
|
@ -1,11 +1,11 @@
|
|||
<?php
|
||||
|
||||
class BitwardenRust extends PatchBase {
|
||||
class Vaultwarden extends PatchBase {
|
||||
function __construct() {
|
||||
parent::__construct('Daniel García', 'Bitwarden in Rust', 'https://github.com/dani-garcia/bitwarden_rs');
|
||||
parent::__construct('Daniel García', 'Vaultwarden', 'https://github.com/dani-garcia/vaultwarden');
|
||||
}
|
||||
function check() : bool {
|
||||
if ($this->fetch_json('https://api.github.com/repos/dani-garcia/bitwarden_rs/releases/latest'))
|
||||
if ($this->fetch_json('https://api.github.com/repos/dani-garcia/vaultwarden/releases/latest'))
|
||||
return $this->parse_json('tag_name');
|
||||
return false;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue