From eaaef49dd172ba771ab8b08919e3fd61dd97065f Mon Sep 17 00:00:00 2001 From: Kainoa Kanter <44733677+ThatOneCalculator@users.noreply.github.com> Date: Wed, 30 Aug 2023 15:23:58 -0700 Subject: [PATCH] docs: mention Firefox Sync Storage repo (#305) Many people think that this project was abandoned without realizing development has continued on the Sync Storage project in a new repository. --- README.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 09700cd..7c3ceb2 100644 --- a/README.rst +++ b/README.rst @@ -7,7 +7,11 @@ Run-Your-Own Firefox Sync Server .. image:: https://img.shields.io/docker/automated/mozilla-services/syncserver.svg?style=flat-square :target: https://hub.docker.com/r/mozilla/syncserver/ -**Note that this repository is no longer being maintained**. Use this at your own risk, and +**Note that this repository is no longer being maintained**. + +The Firefox Sync Server has been rewritten in Rust, and the new project can be found here: + https://github.com/mozilla-services/syncstorage-rs +Use this at your own risk, and with the understanding that it is not being maintained, work is being done on its replacement, and that no support or assistance will be offered.