summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 3b2ab8f..23cadf6 100644
--- a/README.rst
+++ b/README.rst
@@ -1,3 +1,7 @@
+
+**Paste has entered life support mode and will henceforth be maintained
+from `GitHub <https://github.com/cdent/paste>`_.**
+
Paste provides several pieces of "middleware" (or filters) that can be nested
to build web applications. Each piece of middleware uses the WSGI (`PEP 333`_)
interface, and should be compatible with other middleware based on those