diff options
author | Zach Copley <zach@status.net> | 2010-05-04 12:31:55 -0700 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2010-05-04 12:31:55 -0700 |
commit | 9d2c3d45bc32f54d325072d67d8426edd0e112f0 (patch) | |
tree | 5e6fa853b925604104070d480166d9ab5741e78c /db | |
parent | 67eeaa9cf46b0c68565c84e6c2747344ba66a860 (diff) |
Add Emacs Identica-mode to notice sources
Diffstat (limited to 'db')
-rw-r--r-- | db/notice_source.sql | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/db/notice_source.sql b/db/notice_source.sql index 50660e948..f9c525679 100644 --- a/db/notice_source.sql +++ b/db/notice_source.sql @@ -12,7 +12,8 @@ VALUES ('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()), - ('eventbox','EventBox','http://thecosmicmachine.com/eventbox/ ', now()), + ('eventbox','EventBox','http://thecosmicmachine.com/eventbox/', now()), + ('identica-mode','Emacs Identica-mode','http://nongnu.org/identica-mode/', now()), ('Facebook','Facebook','http://apps.facebook.com/identica/', now()), ('feed2omb','feed2omb','http://projects.ciarang.com/p/feed2omb/', now()), ('get2gnow', 'get2gnow', 'http://uberchicgeekchick.com/?projects=get2gnow', now()), |