diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-04-10 11:36:46 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-04-10 11:36:46 -0400 |
commit | fba02499327aa18083b590cf38ee6e144be06a6f (patch) | |
tree | 96eb8dfe8eaf429e49c475de6f5c2586cf202ebc | |
parent | a0a6a627e7c8f036588a3e3488fb1c273e3815c4 (diff) |
add cliqset
-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 76aadc673..ac23f14aa 100644 --- a/db/notice_source.sql +++ b/db/notice_source.sql @@ -14,6 +14,7 @@ VALUES ('Updating.Me','Updating.Me','http://updating.me/', now()), ('betwittered','BeTwittered','http://www.32hours.com/betwitteredinfo/', now()), ('bti','bti','http://gregkh.github.com/bti/', now()), + ('cliqset', 'Cliqset', 'http://www.cliqset.com/', now()), ('deskbar','Deskbar-Applet','http://www.gnome.org/projects/deskbar-applet/', now()), ('identicatools','Laconica Tools','http://bitbucketlabs.net/laconica-tools/', now()), ('identichat','identichat','http://identichat.prosody.im/', now()), |