diff options
author | Zach Copley <zach@status.net> | 2010-05-21 10:29:28 -0700 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2010-05-21 10:30:32 -0700 |
commit | afd81a540a556ef04bdc326a26268dc82b0dc5f6 (patch) | |
tree | ec85fcc321d7a5bb64153410a5f1d057f1670d1c /db/notice_source.sql | |
parent | 839592524783a686b4c5410ba5e273617132df06 (diff) |
Add TweetDeck to notice sources
Diffstat (limited to 'db/notice_source.sql')
-rw-r--r-- | db/notice_source.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/db/notice_source.sql b/db/notice_source.sql index f9c525679..fbcdd6568 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()), |