diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2024-09-21 18:39:12 +0000 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2024-09-21 18:39:12 +0000 |
| commit | fdb5251ccba2456745ca43801a6a8ce040177771 (patch) | |
| tree | 78d86f1616d6a330d52bf2cbb0d41aad05da5075 /package.json | |
| parent | 70dc59db0627b43811ee8e6d00a5d67542662209 (diff) | |
Remove references to pinboard
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/package.json b/package.json index 689672c..95bf7da 100644 --- a/package.json +++ b/package.json @@ -1,22 +1,20 @@ { - "name": "pinboard-linkblog-updater", - "version": "1.0.0", - "description": "A linkblog automation for blog, using pinboard as a source, intended to run with cron", + "name": "linkding-linkblog-updater", + "version": "2.0.0", + "description": "A linkblog automation for blog, using linkding as a source, intended to run with cron", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", - "url": "git+ssh://git@git.sr.ht/~rbdr/pinboard-linkblog-updater.git" + "url": "git+ssh://git@git.sr.ht/~rbdr/linkding-linkblog-updater.git" }, "author": "", "license": "Apache-2.0", "bugs": { - "url": "https://todo.sr.ht/~rbdr/pinboard-linkblog-updater" + "url": "https://todo.sr.ht/~rbdr/linkding-linkblog-updater" }, - "homepage": "https://git.sr.ht/~rbdr/pinboard-linkblog-updater#readme", - "dependencies": { - "node-pinboard": "^2.0.1" - } + "homepage": "https://git.sr.ht/~rbdr/linkding-linkblog-updater#readme", + "dependencies": {} } |