aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2016-04-18 22:47:13 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2016-04-18 22:47:13 +0200
commit8a05e45c83a86d5781b255ea966da80f410aa69b (patch)
tree1a30f9376b163a0168bce9a0df431a3809e65466 /package.json
parentset the default value of the parse with the values from the request. (diff)
downloadnewspipe-8a05e45c83a86d5781b255ea966da80f410aa69b.tar.gz
newspipe-8a05e45c83a86d5781b255ea966da80f410aa69b.tar.bz2
newspipe-8a05e45c83a86d5781b255ea966da80f410aa69b.zip
Updated JARR GitHub address. Thanks GitHub!
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 00744dc7..da2f2ef3 100644
--- a/package.json
+++ b/package.json
@@ -6,10 +6,10 @@
"email": "francois.schmidts@gmail.com",
"url": "1pxsolidblack.pl"
},
- "description": "jarr (Just Another RSS Reader) is a web-based news aggregator.",
+ "description": "JARR (Just Another RSS Reader) is a web-based news aggregator.",
"repository": {
"type": "git",
- "url": "https://github.com/JARR-aggregator/JARR"
+ "url": "https://github.com/JARR/JARR"
},
"license": "AGPL-3.0",
"engines": {
bgstack15