diff options
| author | John Conway <john.a.conway@gmail.com> | 2019-05-09 15:49:40 +0100 |
|---|---|---|
| committer | Miran <narimiran@disroot.org> | 2019-05-09 16:49:40 +0200 |
| commit | 1c512ce59b20fdffb19da989d16eb3484edf227b (patch) | |
| tree | 07924ca375a8c4b456026741b96a8eb60bf0fd8d | |
| parent | e8ee2fd369e3366cb8eccf821db5864fba5cf41f (diff) | |
| download | packages-1c512ce59b20fdffb19da989d16eb3484edf227b.tar.gz packages-1c512ce59b20fdffb19da989d16eb3484edf227b.zip | |
Added package feednim (#1078)
| -rw-r--r-- | packages.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 17e70ff..cde0643 100644 --- a/packages.json +++ b/packages.json @@ -13300,5 +13300,16 @@ "description": "Library for exposing metrics to Prometheus", "license": "MIT", "web": "https://github.com/dom96/prometheus" + }, + { + "name": "feednim", + "url": "https://github.com/johnconway/feed-nim", + "method": "git", + "tags": [ + "yes" + ], + "description": "An Atom, RSS, and JSONfeed parser", + "license": "MIT", + "web": "https://github.com/johnconway/feed-nim" } ] |
