diff options
author | Zach Copley <zach@status.net> | 2010-06-28 12:02:08 -0700 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2010-06-28 12:02:08 -0700 |
commit | d87b3f3d2e4b15de14987f431981445c1c9db1be (patch) | |
tree | c237a7a12399aa460c6f7ce17299d74863adcad8 /db | |
parent | 9c7b66984c46668f314f93337d28c62854b6d134 (diff) |
Add notice source for StatusNet Desktop
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 f5db37f04..6bfd5c5f1 100644 --- a/db/notice_source.sql +++ b/db/notice_source.sql @@ -51,6 +51,7 @@ VALUES ('smob','SMOB','http://smob.sioc-project.org/', now()), ('socialoomphBfD4pMqz31', 'SocialOomph', 'http://www.socialoomph.com/', now()), ('spaz','Spaz','http://funkatron.com/spaz', now()), + ('StatusNet Desktop', 'StatusNet Desktop', 'http://status.net/desktop', now()), ('tarpipe','tarpipe','http://tarpipe.com/', now()), ('tjunar','Tjunar','http://nederflash.nl/boek/titels/tjunar-air', now()), ('tr.im','tr.im','http://tr.im/', now()), |