template.awk: Fix name of HACKING file

HACKING was converted from reStructuredText to markdown back in 2014 in
0064164d4e.
pull/135/head
Ryan Schmidt 2022-05-08 18:39:07 -05:00 committed by GitHub
parent 5930c29d6a
commit c293255ca8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
# Copyright © Adrian Perez <aperez@igalia.com>
#
# Converts an HTML template into a C header suitable for inclusion.
# Take a look at the HACKING.rst file to know how to use it :-)
# Take a look at the HACKING.md file to know how to use it :-)
#
# This code is placed in the public domain.