nonguix: Add missing copyright line.

This is a follow up to daa0dda76d.

* nonguix/utils.scm: Add missing copyright line for myself.
This commit is contained in:
Jonathan Brielmaier 2022-12-19 17:25:05 +01:00
parent 62a5df4222
commit 71252d2d9d
No known key found for this signature in database
GPG key ID: ECFC83988B4E4B9F

View file

@ -1,5 +1,6 @@
;;; SPDX-License-Identifier: GPL-3.0-or-later
;;; Copyright © 2019 Pierre Neidhardt <mail@ambrevar.xyz>
;;; Copyright © 2020 Jonathan Brielmaier <jonathan.brielmaier@web.de>
(define-module (nonguix utils)
#:use-module (srfi srfi-26)