diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-05-10 23:12:52 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-05-10 23:12:52 +0000 |
commit | d6ec21fbc6d6f2d75c010075998d163809e89546 (patch) | |
tree | 61208b68acbe11932e6ef2efcd9ccd15b25743ba /db | |
parent | c7d6e5b0157e1bab08351a326d09259476c06b70 (diff) | |
parent | fbf23ae0ee4c8c63e80e3511aa7fce980b8d1ed5 (diff) |
Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x
Diffstat (limited to 'db')
-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 17720028d..f026679d5 100644 --- a/db/notice_source.sql +++ b/db/notice_source.sql @@ -44,6 +44,7 @@ VALUES ('twidge','Twidge','http://software.complete.org/twidge', now()), ('twidroid','twidroid','http://www.twidroid.com/', now()), ('twittelator','Twittelator','http://www.stone.com/iPhone/Twittelator/', now()), + ('twitter','Twitter','http://twitter.com/', now()), ('twitterfeed','twitterfeed','http://twitterfeed.com/', now()), ('twitterphoto','TwitterPhoto','http://richfish.org/twitterphoto/', now()), ('twitterpm','Net::Twitter','http://search.cpan.org/dist/Net-Twitter/', now()), |