about summary refs log tree commit homepage
path: root/examples/cgit-commit-filter.lua
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-01-01 05:13:18 +0000
committerEric Wong <e@80x24.org>2021-01-01 05:14:00 +0000
commitaf0b0fb7a454470a32c452119d0392e0dedb3fe1 (patch)
tree61f2a7ec71451372792ecbbccc4323a0bafa976e /examples/cgit-commit-filter.lua
parent35ea5266bf71747c3ebec638fd53e23a2522908e (diff)
downloadpublic-inbox-af0b0fb7a454470a32c452119d0392e0dedb3fe1.tar.gz
Using "make update-copyrights" after setting GNULIB_PATH in my
config.mak
Diffstat (limited to 'examples/cgit-commit-filter.lua')
-rw-r--r--examples/cgit-commit-filter.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cgit-commit-filter.lua b/examples/cgit-commit-filter.lua
index 73af9948..8f9d3eb5 100644
--- a/examples/cgit-commit-filter.lua
+++ b/examples/cgit-commit-filter.lua
@@ -1,4 +1,4 @@
--- Copyright (C) 2015-2020 all contributors <meta@public-inbox.org>
+-- Copyright (C) 2015-2021 all contributors <meta@public-inbox.org>
 -- License: GPLv2 or later <https://www.gnu.org/licenses/gpl-2.0.txt>
 -- This commit filter maps a subject line to a search URL of a public-inbox
 -- disclaimer: written by someone who does not know Lua.