From 34410059b1d7b9bfc3de2fb1af8ab5ee736e7a0f Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Mon, 7 Dec 2020 17:36:03 +0100 Subject: [PATCH] dot --- src/open/clients/Fractal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/open/clients/Fractal.js b/src/open/clients/Fractal.js index 47310af..4c860ee 100644 --- a/src/open/clients/Fractal.js +++ b/src/open/clients/Fractal.js @@ -26,7 +26,7 @@ export class Fractal { get author() { return "Daniel Garcia Moreno"; } get homepage() { return "https://gitlab.gnome.org/GNOME/fractal"; } get platforms() { return [Platform.Linux]; } - get description() { return 'Fractal is a Matrix Client written in Rust'; } + get description() { return 'Fractal is a Matrix Client written in Rust.'; } getMaturity(platform) { return Maturity.Beta; } getDeepLink(platform, link) {} canInterceptMatrixToLinks(platform) { return false; }