From 4fc418536da90225b5f7fb17be13b54d2a7cb8ad Mon Sep 17 00:00:00 2001 From: jmikedupont2 Date: Sat, 20 Jul 2019 09:53:16 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7e366a..4a0a945 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Simple example of implementing ActivityPub. * [ActivityPub Example](https://github.com/tOkeshu/activitypub-example) - An example of ActivityPub server implementation written in Python. * [dsblank/activitypub](https://github.com/dsblank/activitypub) - Prototyping a Python ActivityPub distributed server in Tornado. -* [microstatus](https://github.com/Arkanosis/microstatus) - Mastodon, GNUsocial compatible ActivityPub and OStatus server implementation. +* *inactive* *no code* [microstatus](https://github.com/Arkanosis/microstatus) - Mastodon, GNUsocial compatible ActivityPub and OStatus server implementation. * [pylodon](https://github.com/rowanlupton/pylodon) - Flask-based ActivityPub server implementation. * [dariusk/express-activitypub](https://github.com/dariusk/express-activitypub) - A very simple reference implementation of an ActivityPub server using Express.js. * [CommonsPub](https://commonspub.org/) - A generic federated server, written in Elixir.