1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 20:37:35 +00:00

Ports: Fully delete Co-Authored-By lines from the ReadMe

Otherwise, this results in a number of empty lines where
Co-Authored-By would have been.
This commit is contained in:
Tim Schumacher 2022-05-21 20:44:27 +02:00 committed by Linus Groh
parent 6641868c35
commit ee66ed6248
18 changed files with 1 additions and 46 deletions

View file

@ -5,7 +5,6 @@
Make CC and friends overridable from the env
## `0002-Use-stdbool-instead-of-rolling-a-manual-Bool.patch`
Use stdbool instead of rolling a manual Bool
@ -16,7 +15,6 @@ Use stdbool instead of rolling a manual Bool
Manually link with pcre2
## `0004-Use-pcre2-for-regex-instead-of-libc-s-regex.h.patch`
Use pcre2 for regex instead of libc's regex.h