diff --git a/modules/Duplicity.php b/modules/Duplicity.php new file mode 100644 index 0000000..4ca9c9a --- /dev/null +++ b/modules/Duplicity.php @@ -0,0 +1,14 @@ +fetch_json('https://gitlab.com/api/v4/projects/12450835/repository/tags')) + return $this->parse_json('name', '/rel\.(.+)/'); + return false; + } +} + +?>