From 64821079c2cdeffb6c439bf8a0ce6f8fa66cb305 Mon Sep 17 00:00:00 2001 From: Nick Alexander Date: Fri, 7 Sep 2018 14:37:50 -0700 Subject: [PATCH] Update README.md to mark Mentat as unmaintained. See https://mail.mozilla.org/pipermail/firefox-dev/2018-September/006780.html. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eaf90875..0bcaf2e8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ -# Project Mentat +# UNMAINTAINED Project Mentat [![Build Status](https://travis-ci.org/mozilla/mentat.svg?branch=master)](https://travis-ci.org/mozilla/mentat) +**Project Mentat is [no longer being developed or actively maintained by Mozilla](https://mail.mozilla.org/pipermail/firefox-dev/2018-September/006780.html).** This repository will be marked read-only in the near future. You are, of course, welcome to fork the repository and use the existing code. + Project Mentat is a persistent, embedded knowledge base. It draws heavily on [DataScript](https://github.com/tonsky/datascript) and [Datomic](http://datomic.com). Mentat is implemented in Rust.