From 1e67184ce11e0e6119aec96c9f42707975a0db3e Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Fri, 21 Sep 2018 07:36:50 +0200 Subject: Changed official repository of Newspipe. --- README.rst | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 792c7ca1..315e415f 100644 --- a/README.rst +++ b/README.rst @@ -5,7 +5,7 @@ Presentation ------------ -`Newspipe `_ is a web-based news +`Newspipe `_ is a web-based news aggregator and reader. Main features @@ -64,7 +64,7 @@ then `pipsi `_, and finally .. code-block:: bash - git clone https://github.com/newspipe/newspipe.git + git clone https://gitlab.com/newspipe/newspipe.git cd newspipe/ pipenv install ✨🍰✨ @@ -79,7 +79,7 @@ then `pipsi `_, and finally License ------- -`Newspipe `_ is under the +`Newspipe `_ is under the `GNU Affero General Public License version 3 `_. diff --git a/package.json b/package.json index f02dd8b2..0b777e21 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "description": "Newspipe is a web-based news aggregator.", "repository": { "type": "git", - "url": "https://github.com/newspipe/newspipe" + "url": "https://gitlab.com/newspipe/newspipe" }, "license": "AGPL-3.0", "engines": { -- cgit