diff options
author | Zach Copley <zach@status.net> | 2009-11-18 12:43:52 -0800 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2009-11-18 12:52:34 -0800 |
commit | f92574dbcb1f2d7cd0aaf3c9362db46fa066e888 (patch) | |
tree | 0c3e25d7cbae059edf1f70c5c2210a3805b3c90f /db | |
parent | aee6e2d91c9efa8709b20d74504be10338cd671e (diff) |
Add MuSTArD to notice sources
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 5c5c939dd..10ff0d55a 100644 --- a/db/notice_source.sql +++ b/db/notice_source.sql @@ -30,6 +30,7 @@ VALUES ('mbpidgin','mbpidgin','http://code.google.com/p/microblog-purple/', now()), ('Mobidentica', 'Mobidentica', 'http://www.substanceofcode.com/software/mobidentica/', now()), ('moconica','Moconica','http://moconica.com/', now()), + ('mustard', 'MuSTArDroid', 'https://launchpad.net/mustardroid', now()), ('nambu','Nambu','http://www.nambu.com/', now()), ('peoplebrowsr', 'PeopleBrowsr', 'http://www.peoplebrowsr.com/', now()), ('Pikchur','Pikchur','http://www.pikchur.com/', now()), |