diff options
author | Linus Groh <mail@linusgroh.de> | 2021-08-02 00:29:08 +0100 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-08-02 00:29:08 +0100 |
commit | b5d9b4e7eeb11969524a87e8bcb9ec1070309f28 (patch) | |
tree | 04e14af464c4ef5d95e9f7eed6fd57e1c95c9a82 | |
parent | 3dd40535c1488e6437923fa5e90f73d3eeb9e108 (diff) | |
download | serenity-b5d9b4e7eeb11969524a87e8bcb9ec1070309f28.zip |
Base: Add a quote to fortunes.json
-rw-r--r-- | Base/res/fortunes.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Base/res/fortunes.json b/Base/res/fortunes.json index a857b5ec17..034cd811e4 100644 --- a/Base/res/fortunes.json +++ b/Base/res/fortunes.json @@ -96,5 +96,11 @@ "author": "awesomekling", "url": "https://discord.com/channels/830522505605283862/830739873119207426/870071227929202738", "utc_time": 1627511606 + }, + { + "quote": "Changelog: All boogs fixed, thar be no moar boogs", + "author": "CxByte", + "utc_time": "1627859603", + "url": "https://github.com/SerenityOS/serenity/pull/9127#issuecomment-890603297" } ] |