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:37:11 -0700 |
commit | d2bf5761225835470d2dcc80fdba2149d1ed51cd (patch) | |
tree | 90947bd071237717fb91f3a63d5df10e8d54cef3 /db/notice_source.sql | |
parent | 80ba0603c65e1f2365f019128b656a042a2b82d0 (diff) |
Add Jiminy 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 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()), |