This commit is contained in:
Bruno Windels 2020-12-07 17:36:03 +01:00
parent 639a189730
commit 34410059b1
1 changed files with 1 additions and 1 deletions

View File

@ -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; }