diff options
| author | W. Trevor King <wking@tremily.us> | 2016-01-01 22:07:43 -0800 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2016-03-24 07:39:57 -0300 |
| commit | 88171f34ed140e0701c2101e978d993673b423d2 (patch) | |
| tree | b1b3892f6b3e36f3e6effeaef3c28112c3a77474 /devel | |
| parent | 6c0b6c8e1c4a8ab139db3cadee26d05962c3ce2c (diff) | |
status-config.json: Remove parens from query entry
These are now added by nmbug-status.
Diffstat (limited to 'devel')
| -rw-r--r-- | devel/nmbug/status-config.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/nmbug/status-config.json b/devel/nmbug/status-config.json index b9269462..48b6f19f 100644 --- a/devel/nmbug/status-config.json +++ b/devel/nmbug/status-config.json @@ -62,7 +62,7 @@ "not tag:notmuch::obsolete", "not tag:notmuch::stale", "not tag:notmuch::wontfix", - "(tag:notmuch::moreinfo or tag:notmuch::needs-review)" + "tag:notmuch::moreinfo or tag:notmuch::needs-review" ], "title": "Review" } |
