projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a07cafa
)
NEWS: Remove trailing comma from an old nmbug-status config
author
W. Trevor King
<wking@tremily.us>
Sat, 2 Jan 2016 06:07:40 +0000
(22:07 -0800)
committer
David Bremner
<david@tethera.net>
Thu, 7 Jan 2016 13:15:58 +0000
(09:15 -0400)
That closing brace is the end of the config JSON; there won't be
anything coming after it.
NEWS
patch
|
blob
|
history
diff --git
a/NEWS
b/NEWS
index 6681699d3830ac8e88bda332aa08d46ab6829f13..0a7a0e090900117aba7ef4f1176efddb233f72ff 100644
(file)
--- a/
NEWS
+++ b/
NEWS
@@
-409,7
+409,7
@@
from the config file. Use something like:
...
},
...
- }
,
+ }
Python Bindings
---------------