diff options
author | Brion Vibber <brion@pobox.com> | 2010-05-21 14:09:05 -0700 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2010-05-21 14:09:05 -0700 |
commit | 07ac946717f5db93039a5628cc46e4c70e8f30b9 (patch) | |
tree | 320135f443aafb1de8ecc356c33d0e4a217474ff | |
parent | 206229875511d24a97a0aac79605f6868d21ee7f (diff) | |
parent | bbfd6eff0c69f038d151d3bf6c8bf9b45a64716f (diff) |
Merge branch 'master' of gitorious.org:statusnet/mainline
-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()), |