diff options
author | Zach Copley <zach@status.net> | 2010-05-31 15:48:24 -0700 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2010-05-31 15:48:24 -0700 |
commit | 83b976f7eafb74e2ef675262b427be43039428b9 (patch) | |
tree | d03fc7bd22a252982b5e19f169b45776d2e5538f /db | |
parent | 58fe1a597c76dd6737abbe44e7cb7111d3ae3375 (diff) |
Added DarterosStatus 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 fbcdd6568..5d8664631 100644 --- a/db/notice_source.sql +++ b/db/notice_source.sql @@ -9,6 +9,7 @@ VALUES ('bti','bti','http://gregkh.github.com/bti/', now()), ('choqok', 'Choqok', 'http://choqok.gnufolks.org/', now()), ('cliqset', 'Cliqset', 'http://www.cliqset.com/', now()), + ('DarterosStatus', 'Darteros Status', 'http://www.darteros.com/doc/Darteros_Status', now()), ('deskbar','Deskbar-Applet','http://www.gnome.org/projects/deskbar-applet/', now()), ('Do','Gnome Do','http://do.davebsd.com/wiki/index.php?title=Microblog_Plugin', now()), ('drupal','Drupal','http://drupal.org/', now()), |