summaryrefslogtreecommitdiff
path: root/Ports/ed
diff options
context:
space:
mode:
authorTim Schumacher <timschumi@gmx.de>2022-05-21 20:44:27 +0200
committerLinus Groh <mail@linusgroh.de>2022-05-22 00:11:16 +0100
commitee66ed624872fb1cf473a9aff8d9c0deda18805e (patch)
tree81f347a4c5180f56cfa8a33a1a7eac79be6a1d29 /Ports/ed
parent6641868c357822f885b97db3af17f58c0d6144b8 (diff)
downloadserenity-ee66ed624872fb1cf473a9aff8d9c0deda18805e.zip
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.
Diffstat (limited to 'Ports/ed')
-rw-r--r--Ports/ed/patches/ReadMe.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/Ports/ed/patches/ReadMe.md b/Ports/ed/patches/ReadMe.md
index 55ec6afd47..30a37319eb 100644
--- a/Ports/ed/patches/ReadMe.md
+++ b/Ports/ed/patches/ReadMe.md
@@ -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