From 04693560f55d1760bd0309670bc23dfbc84148d6 Mon Sep 17 00:00:00 2001 From: John Helmert Date: Thu, 6 Jun 2019 19:22:52 -0500 Subject: [PATCH] Update readme for new maintainer --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 ```