diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2018-09-21 07:36:50 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2018-09-21 07:36:50 +0200 |
commit | 1e67184ce11e0e6119aec96c9f42707975a0db3e (patch) | |
tree | be90586327baa131ddbf18aa6fe80530a219c9ac | |
parent | Removed now useless files. (diff) | |
download | newspipe-1e67184ce11e0e6119aec96c9f42707975a0db3e.tar.gz newspipe-1e67184ce11e0e6119aec96c9f42707975a0db3e.tar.bz2 newspipe-1e67184ce11e0e6119aec96c9f42707975a0db3e.zip |
Changed official repository of Newspipe.
-rw-r--r-- | README.rst | 6 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 4 insertions, 4 deletions
@@ -5,7 +5,7 @@ Presentation ------------ -`Newspipe <https://github.com/newspipe/newspipe>`_ is a web-based news +`Newspipe <https://gitlab.com/newspipe/newspipe>`_ is a web-based news aggregator and reader. Main features @@ -64,7 +64,7 @@ then `pipsi <https://github.com/mitsuhiko/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 <https://github.com/mitsuhiko/pipsi>`_, and finally License ------- -`Newspipe <https://github.com/newspipe/newspipe>`_ is under the +`Newspipe <https://gitlab.com/newspipe/newspipe>`_ is under the `GNU Affero General Public License version 3 <https://www.gnu.org/licenses/agpl-3.0.html>`_. 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": { |