From 1c512ce59b20fdffb19da989d16eb3484edf227b Mon Sep 17 00:00:00 2001 From: John Conway Date: Thu, 9 May 2019 15:49:40 +0100 Subject: [PATCH] Added package feednim (#1078) --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) 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" } ]