aboutsummaryrefslogtreecommitdiff
path: root/app.json
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2019-10-28 08:41:16 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2019-10-28 08:41:16 +0100
commit1ab08b99bc44718e742428fd1da62aab13b92bae (patch)
tree2122aee2dbbdfd2f12f614544652bf269c4dc21b /app.json
parentREADME is now written in markdown. (diff)
downloadnewspipe-1ab08b99bc44718e742428fd1da62aab13b92bae.tar.gz
newspipe-1ab08b99bc44718e742428fd1da62aab13b92bae.tar.bz2
newspipe-1ab08b99bc44718e742428fd1da62aab13b92bae.zip
Updated old links.
Diffstat (limited to 'app.json')
-rw-r--r--app.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/app.json b/app.json
index 181d6e40..48e1b6e5 100644
--- a/app.json
+++ b/app.json
@@ -6,9 +6,9 @@
"news",
"RSS"
],
- "website": "https://github.com/newspipe/",
- "repository": "https://github.com/newspipe/newspipe",
- "logo": "https://raw.githubusercontent.com/newspipe/newspipe/master/src/web/static/img/newspipe.png",
+ "website": "https://git.sr.ht/~cedric/Newspipe",
+ "repository": "https://git.sr.ht/~cedric/Newspipe",
+ "logo": "https://git.sr.ht/~cedric/Newspipe/blob/master/src/web/static/img/newspipe.png",
"scripts": {
"postdeploy": "python src/manager.py db_create"
},
bgstack15