]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
add rss.me to notice_source defaults
authorBrion Vibber <brion@pobox.com>
Tue, 18 Jan 2011 23:18:55 +0000 (15:18 -0800)
committerBrion Vibber <brion@pobox.com>
Tue, 18 Jan 2011 23:18:55 +0000 (15:18 -0800)
db/notice_source.sql

index 82074077b4b93a41160dcb6d2bc44d48b12a2c8e..b13cfb3e3b8cf835bb15fa467aed672bf101e2f4 100644 (file)
@@ -77,4 +77,5 @@ VALUES
     ('twitvim','TwitVim','http://vim.sourceforge.net/scripts/script.php?script_id=2204', now()),
     ('Updating.Me','Updating.Me','http://updating.me/', now()),
     ('urfastr','urfastr','http://urfastr.net/', now()),
-    ('yatca','Yatca','http://www.yatca.com/', now());
+    ('yatca','Yatca','http://www.yatca.com/', now()),
+    ('rss.me', 'rss.me', 'http://rss.me/', now());