diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-09-15 14:37:11 -0700 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-09-15 14:42:08 -0700 |
commit | 38409f1683351ae2b9bc932d441c6021a8b2aae7 (patch) | |
tree | 445183f461137f8eb50fc365de88c3753d2b8d2c | |
parent | 4081ed79b02fd06f7c347803478e1f835311c2ab (diff) |
Add Jiminy 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 f590d1b97..2657763f4 100644 --- a/db/notice_source.sql +++ b/db/notice_source.sql @@ -21,6 +21,7 @@ VALUES ('identichat','identichat','http://identichat.prosody.im/', now()), ('IdentiFox','IdentiFox','http://www.bitbucket.org/uncryptic/identifox/', now()), ('identitwitch','IdentiTwitch','http://richfish.org/identitwitch/', now()), + ('Jiminy','Jiminy','http://code.google.com/p/jiminy/', now()), ('LaTwit','LaTwit','http://latwit.mac65.com/', now()), ('LiveTweeter', 'LiveTweeter', 'http://addons.songbirdnest.com/addon/1204', now()), ('livetweeter', 'livetweeter', 'http://addons.songbirdnest.com/addon/1204', now()), |