home: hub: minipeg

Download patch

ref: 860d5e268b3c523eac57e463b2a96824b98e044d
parent: 1486373f36df824f4d8371a73564a419776d41ef
author: Andrew Chambers <ac@acha.ninja>
date: Sun Apr 10 18:44:37 CDT 2022

Update link in generated source code.

--- a/amalg.sh
+++ b/amalg.sh
@@ -1,10 +1,10 @@
 # Amalgamate the source code, sqlite3 style.
 set -eu
 echo "/*"
-echo "  -----------------------------------------------------------------------"
-echo "  |    This file is a generated redistributable version of minipeg.     |"
-echo "  | See https://github.com/andrewchambers/minipeg for more information. |"
-echo "  -----------------------------------------------------------------------"
+echo "  ----------------------------------------------------------------"
+echo "  | This file is a generated redistributable version of minipeg. |"
+echo "  |   See https://ach.srht.site/minipeg/ for more information.   |"
+echo "  ----------------------------------------------------------------"
 sed 's/^/  /g' LICENSE
 echo ""
 echo "*/"
--- a/minipeg.c
+++ b/minipeg.c
@@ -1,8 +1,8 @@
 /*
-  -----------------------------------------------------------------------
-  |    This file is a generated redistributable version of minipeg.     |
-  | See https://github.com/andrewchambers/minipeg for more information. |
-  -----------------------------------------------------------------------
+  ----------------------------------------------------------------
+  | This file is a generated redistributable version of minipeg. |
+  |   See https://ach.srht.site/minipeg/ for more information.   |
+  ----------------------------------------------------------------
   Copyright (c) 2007-2013, Ian Piumarta
   Copyright (c) 2022, Andrew Chambers
   All rights reserved.