apteryx pushed a commit to branch master
in repository guix.
commit f21007ce4aceeacf5bbfc7cd45d526073141f194
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon May 1 12:16:05 2023 -0400
.patman: Remove get_maintainer_script option.
This is now handled at the level of git via its new '--header-cmd' option,
which produces X-Debbugs-CC headers.
* .patman (get_maintainer_script): Delete option.
---
.patman | 1 -
1 file changed, 1 deletion(-)
diff --git a/.patman b/.patman
index 953bf72392..13fa4d0fab 100644
--- a/.patman
+++ b/.patman
@@ -5,7 +5,6 @@
project: guix-patches
patchwork_url: https://patches.guix-patches.cbaines.net
add_signoff: False
-get_maintainer_script: etc/teams.scm get-maintainer
# TODO: enable check_patch
check_patch: False
ignore_bad_tags: True