From: Zach Copley Date: Fri, 21 May 2010 17:29:28 +0000 (-0700) Subject: Add TweetDeck to notice sources X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=cef2ded9e79b2d84fddd6e7f5af09c02c50315a8;p=quix0rs-gnu-social.git Add TweetDeck to notice sources --- diff --git a/db/notice_source.sql b/db/notice_source.sql index f9c5256791..fbcdd6568e 100644 --- a/db/notice_source.sql +++ b/db/notice_source.sql @@ -54,6 +54,7 @@ VALUES ('tr.im','tr.im','http://tr.im/', now()), ('triklepost', 'Tricklepost', 'http://github.com/zcopley/tricklepost/tree/master', now()), ('tweenky','Tweenky','http://beta.tweenky.com/', now()), + ('TweetDeck', 'TweetDeck', 'http://www.tweetdeck.com/', now()), ('twhirl','Twhirl','http://www.twhirl.org/', now()), ('twibble','twibble','http://www.twibble.de/', now()), ('Twidge','Twidge','http://software.complete.org/twidge', now()),