From ce9f441df62cbfe2a9cf421f21d83232e2bc2a46 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Mon, 24 Jul 2023 16:06:35 +0200 Subject: [PATCH] tools/makefile: exclude awesome-selfhosted-bot from authors list --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1ec750da54..6e1b72935b 100644 --- a/Makefile +++ b/Makefile @@ -69,7 +69,7 @@ url_check: install .PHONY: authors # update the AUTHORS file authors: printf "Commits|Author\n-------|---------------------------------------------------\n" > AUTHORS - git shortlog -sne >> AUTHORS + git shortlog -sne | grep -v awesome-selfhosted-bot >> AUTHORS .PHONY: clean # clean files generated by automated tasks clean: