aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
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