From 7dde00ea65f8b71423b2078d7c3f655f5f552e32 Mon Sep 17 00:00:00 2001 From: Sfan5 Date: Sun, 24 Feb 2013 18:42:23 +0100 Subject: [PATCH] [RssNotify] Fix Typo --- rssnotify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rssnotify.py b/rssnotify.py index 32717ab..7cec314 100755 --- a/rssnotify.py +++ b/rssnotify.py @@ -31,7 +31,7 @@ def rsscheck(phenny, input): start = time.time() feeds = [ 'https://github.com/minetest/minetest/commits/master.atom', - 'https://github.com/mintest/minetest_game/commits/master.atom', + 'https://github.com/minetest/minetest_game/commits/master.atom', 'https://github.com/Uberi/MineTest-WorldEdit/commits/master.atom', 'https://github.com/Jeija/minetest-mod-mesecons/commits/master.atom' ]