1
0
mirror of https://github.com/bitcoin/bips.git synced 2026-04-06 16:16:45 +00:00

process: Author ↦ Authors

```
sed -z -i 's/Author: /Authors: /' bip-0*.md
sed -z -i 's/Author: /Authors: /' bip-0*.mediawiki
```

Also align correctly in case of multiple authors.
This commit is contained in:
Murch
2025-04-11 20:08:17 -07:00
parent 59730dec4f
commit 5207ef92a5
190 changed files with 313 additions and 313 deletions

View File

@@ -2,11 +2,11 @@
BIP: 379
Layer: Applications
Title: Miniscript
Author: Pieter Wuille <pieter@wuille.net>
Andrew Poelstra <andrew.poelstra@gmail.com>
Sanket Kanjalkar <sanket1729@gmail.com>
Antoine Poinsot <darosior@protonmail.com>
Ava Chow <me@achow101.com>
Authors: Pieter Wuille <pieter@wuille.net>
Andrew Poelstra <andrew.poelstra@gmail.com>
Sanket Kanjalkar <sanket1729@gmail.com>
Antoine Poinsot <darosior@protonmail.com>
Ava Chow <me@achow101.com>
Status: Draft
Type: Informational
Created: 2023-10-10