diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-10-10 07:51:28 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-10-10 07:51:28 +0200 |
commit | 95fabeef5de9a1512cca462aadf01b6b76243793 (patch) | |
tree | eff3c440adf5120aea10f0a9c425bec83bde152c /package.json | |
parent | new name: the last one. (diff) | |
download | newspipe-95fabeef5de9a1512cca462aadf01b6b76243793.tar.gz newspipe-95fabeef5de9a1512cca462aadf01b6b76243793.tar.bz2 newspipe-95fabeef5de9a1512cca462aadf01b6b76243793.zip |
new name: the last one.
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index 601ed555..b31c2383 100644 --- a/package.json +++ b/package.json @@ -1,15 +1,15 @@ { - "name": "jarr", + "name": "newspipe", "version": "0.0.1", "author": { "name": "François Schmidts", "email": "francois.schmidts@gmail.com", "url": "1pxsolidblack.pl" }, - "description": "JARR (Just Another RSS Reader) is a web-based news aggregator.", + "description": "Newspipe is a web-based news aggregator.", "repository": { "type": "git", - "url": "https://github.com/JARR/JARR" + "url": "https://github.com/newspipe/newspipe" }, "license": "AGPL-3.0", "engines": { |