From f010d66fb97df5546fac26bd937f503b1e91fd96 Mon Sep 17 00:00:00 2001 From: Charles Wright <cvwright@futo.org> Date: Fri, 23 Aug 2024 17:08:37 +0000 Subject: [PATCH] Update README.md --- README.md | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/README.md b/README.md index e558eb2..de8bc03 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,2 @@ # Circles -Circles is an end-to-end encrypted social network app that enables -friends and families to securely share stories and photos while -safeguarding security and privacy. - -Mobile apps for [Android](https://gitlab.futo.org/circles/circles-android) and [iOS](https://github.com/cvwright/circles-ios) are under active development. - -Circles is built on [Matrix](https://matrix.org/), and as such, it inherits many nice -properties from Matrix, including: -* Federation - Anyone can run their own server, and users on different servers can communicate with each other seamlessly. -* Open APIs and data formats - Circles uses standard Matrix message types, and it works - with any spec-compliant Matrix server. -* Security - Circles offers the same security guarantees as Matrix, using the same - E2E encryption code as in Element and other popular Matrix clients. +Circles is no longer being maintained by FUTO. You can find the latest version of Circles iOS at its [new home on Github](https://github.com/circles-project/circles-ios.git). \ No newline at end of file -- GitLab