aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst6
-rw-r--r--package.json2
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 <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": {
bgstack15