diff --git a/README.md b/README.md index 188b892..0cf7b15 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A text-based interface (TUI) to view and interact with Reddit from your terminal

- This project is no longer being maintained, see here.
+ This fork of rtv is currently maintained by John Helmert III (ajak) and was maintained by Michael Lazar in this respository until commit 7923890 on Jun 3, 2019.

@@ -16,18 +16,18 @@ A text-based interface (TUI) to view and interact with Reddit from your terminal pypi - + Packaging status - +

## Table of Contents @@ -88,7 +88,7 @@ $ pkg install rtv ### From source ```bash -$ git clone https://github.com/michael-lazar/rtv.git +$ git clone https://gitlab.com/ajak/rtv.git $ cd rtv $ python setup.py install ```