template.awk: Fix name of HACKING file

HACKING was converted from reStructuredText to markdown back in 2014 in
0064164d4e.
pull/145/head
Ryan Schmidt 2022-05-08 18:39:07 -05:00 committed by Adrian Perez
parent 3d47d0d6b1
commit e8a4a7eced
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
# Copyright © Adrian Perez <aperez@igalia.com> # Copyright © Adrian Perez <aperez@igalia.com>
# #
# Converts an HTML template into a C header suitable for inclusion. # 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. # This code is placed in the public domain.