diff --git a/modules/Paperwork.php b/modules/Paperwork.php index 4c51d5c..5580944 100644 --- a/modules/Paperwork.php +++ b/modules/Paperwork.php @@ -5,8 +5,8 @@ class Paperwork extends PatchBase { parent::__construct('Jérôme Flesch', 'Paperwork', 'https://openpaper.work/'); } function check() : bool { - if ($this->fetch_json('https://gitlab.gnome.org/api/v4/projects/World%2FOpenPaperwork%2Fpaperwork/releases')) - return $this->parse_json('tag_name'); + if ($this->fetch_json('https://gitlab.gnome.org/api/v4/projects/3560/repository/tags')) + return $this->parse_json('name'); return false; } }