Skip to content
Snippets Groups Projects
Commit 34410059 authored by Bruno Windels's avatar Bruno Windels
Browse files

dot

parent 639a1897
No related branches found
No related tags found
No related merge requests found
......@@ -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; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment