From Ben Brown to ~emersion/public-inbox
--- doc/kanshi.5.scd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/kanshi.5.scd b/doc/kanshi.5.scd index e41d419..74ada4d 100644 --- a/doc/kanshi.5.scd +++ b/doc/kanshi.5.scd @@ -77,7 +77,7 @@ quoted (with *"*) if they contain spaces. - An output alias (e.g. "$work-desk3") defined by an output alias directive. Output aliases can only be used in profile scope. - A wildcard "\*", to match any output. Wildcards can only be used in profile scope. Wildcards can only be used in profile scope and will only match one output.[message trimmed]
From Ben Brown to ~olly/yoyo
# HG changeset patch # User Ben Brown <ben@demerara.io> # Date 1684362896 -3600 # Wed May 17 23:34:56 2023 +0100 # Node ID f13a0161a2981a876d34a69f11e4847e523e0d93 # Parent 6addbc6e66c9cd7bf534312fdb9742513362e234 Use importlib.metadata from the standard library with python>=3.8 diff --git a/setup.cfg b/setup.cfg --- a/setup.cfg +++ b/setup.cfg @@ -31,7 +31,7 @@ install_requires = sqlparse [message trimmed]