diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-05-07 14:07:03 -0700 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-05-07 14:07:03 -0700 |
commit | 4b0e5ff271d4ac0af3256b2716f1e1362ddb02d8 (patch) | |
tree | 98a2d0ed9af8c691626bcf044a6cfe8e33fb1489 | |
parent | 5771f413bb28502540d3bc017bc58433e9b0abf9 (diff) |
Added Twitter to notice sources
-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 ce44f3235..e6e2180a5 100644 --- a/db/notice_source.sql +++ b/db/notice_source.sql @@ -43,6 +43,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()), |