diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-05-01 12:16:05 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-05-01 12:39:11 -0400 |
commit | f21007ce4aceeacf5bbfc7cd45d526073141f194 (patch) | |
tree | 2958838f30ea0319a5dc13fc41944617ec18bed6 /.patman | |
parent | 1d77fd705b1e0fde530bdc0a1c09a79660696633 (diff) | |
download | guix-f21007ce4aceeacf5bbfc7cd45d526073141f194.tar.gz |
.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.
Diffstat (limited to '.patman')
-rw-r--r-- | .patman | 1 |
1 files changed, 0 insertions, 1 deletions
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 |