diff options
Diffstat (limited to 'src/file/homefile/syshomefile.cil')
-rw-r--r-- | src/file/homefile/syshomefile.cil | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/file/homefile/syshomefile.cil b/src/file/homefile/syshomefile.cil index e5eb176..f570342 100644 --- a/src/file/homefile/syshomefile.cil +++ b/src/file/homefile/syshomefile.cil @@ -1,11 +1,11 @@ -;; SPDX-FileCopyrightText: © 2025 Dominick Grift <dominick.grift@defensec.nl> +;; SPDX-FileCopyrightText: M-BM-) 2025 Dominick Grift <dominick.grift@defensec.nl> ;; SPDX-License-Identifier: Unlicense (in sys (block home - (blockinherit .file.home.template) - (blockinherit .file.macro_template_all_files) - (blockinherit .file.macro_template_blk_files) - (blockinherit .file.macro_template_chr_files))) + (blockinherit .file.home.template) + (blockinherit .file.macro_template_all_files) + (blockinherit .file.macro_template_blk_files) + (blockinherit .file.macro_template_chr_files))) |