From d03f798bd8b7fd144ab196a3a51d73882182527b Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Sun, 7 Jun 2015 17:32:03 +0200 Subject: [PATCH] Try to make Heroku work with Git URL --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 96dcd1b..0da5fbb 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "hubot-plusplus": "^1.1.5", "hubot-read-tweet": "0.0.2", "hubot-redis-brain": "0.0.2", - "hubot-rss-reader": "https://github.com/67P/hubot-rss-reader.git", + "hubot-rss-reader": "git://github.com/67P/hubot-rss-reader.git", "hubot-rules": "^0.1.0", "hubot-scripts": "^2.5.16", "hubot-seen": "^0.2.2",