summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@gmail.com>2016-08-12 15:01:06 +0900
committerDavid Pursehouse <david.pursehouse@gmail.com>2016-08-12 15:01:06 +0900
commit89578cb65abc4cdaa41304663ed9ef206794b681 (patch)
treecb6859ef241e3edfeae21fb0559ddb9ac6d374ba
parentfbee08644847d68d2d682130d548a60d8957fd06 (diff)
downloadpygerrit-89578cb65abc4cdaa41304663ed9ef206794b681.tar.gz
Add 'no longer maintained' notice in README file
Change-Id: Ifbb8a9af33d4541db33a2e2c65114bcb703fb6bc
-rw-r--r--README.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 3fccbb1..1f44d60 100644
--- a/README.rst
+++ b/README.rst
@@ -10,6 +10,9 @@ Pygerrit - Client library for interacting with Gerrit Code Review
Pygerrit provides a simple interface for clients to interact with
`Gerrit Code Review`_ via ssh or the REST API.
+This repository is no longer actively maintained. Development has
+moved to `pygerrit2`_.
+
Prerequisites
-------------
@@ -124,6 +127,7 @@ Licensed under The MIT License. Please refer to the `LICENSE`_ file for full
license details.
.. _`Gerrit Code Review`: https://gerritcodereview.com/
+.. _`pygerrit2`: https://github.com/dpursehouse/pygerrit2
.. _`requests`: https://github.com/kennethreitz/requests
.. _`paramiko`: https://github.com/paramiko/paramiko
.. _example: https://github.com/sonyxperiadev/pygerrit/blob/master/example.py