diff options
author | Zach Copley <zach@status.net> | 2010-06-04 13:16:47 -0700 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2010-06-04 13:16:47 -0700 |
commit | 02c68ff5230e505dcfbb1dbd764415db8b8379ee (patch) | |
tree | 81617f3d95f0f9f622659064fe18bc8517fb4397 /db | |
parent | 3a34d7e4ea5cf126aad41d9699186026b3587654 (diff) |
Add gNewBook 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 5d8664631..f5db37f04 100644 --- a/db/notice_source.sql +++ b/db/notice_source.sql @@ -18,6 +18,7 @@ VALUES ('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()), + ('gNewBook', 'gNewBook', 'http://www.gnewbook.org/', now()), ('gravity', 'Gravity', 'http://mobileways.de/gravity', now()), ('Gwibber','Gwibber','http://launchpad.net/gwibber', now()), ('HelloTxt','HelloTxt','http://hellotxt.com/', now()), |