mirror of
https://github.com/bitcoin/bips.git
synced 2026-01-19 15:03:08 +00:00
process: Allow Deputies header
This commit is contained in:
parent
5207ef92a5
commit
3fddf95984
@ -16,6 +16,7 @@ my %RequiredFields = (
|
||||
);
|
||||
my %MayHaveMulti = (
|
||||
Authors => undef,
|
||||
Deputies => undef,
|
||||
'Comments-URI' => undef,
|
||||
License => undef,
|
||||
'License-Code' => undef,
|
||||
@ -27,8 +28,10 @@ my %DateField = (
|
||||
my %EmailField = (
|
||||
Authors => undef,
|
||||
Editor => undef,
|
||||
Deputies => undef,
|
||||
);
|
||||
my %MiscField = (
|
||||
'Deputies' => undef,
|
||||
'Comments-URI' => undef,
|
||||
'Comments-Summary' => undef,
|
||||
'Discussions-To' => undef,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user