diff options
author | Mathieu Othacehe <othacehe@gnu.org> | 2022-09-06 11:42:34 +0200 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2022-09-07 14:24:52 +0200 |
commit | 08b8f85e086e0efe8482c6ec35ead2b6bc57a01f (patch) | |
tree | 48921fff2c912e82eb3af958c7d8f58ef3c2c678 /gnu | |
parent | 310212e23ecf15c8aee5797aab305fac8ac71c4d (diff) | |
download | guix-08b8f85e086e0efe8482c6ec35ead2b6bc57a01f.tar.gz guix-08b8f85e086e0efe8482c6ec35ead2b6bc57a01f.zip |
system: image: Update my copyright.
* gnu/system/image.scm: Update it.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/system/image.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/system/image.scm b/gnu/system/image.scm index 6b376e266e..a04363a130 100644 --- a/gnu/system/image.scm +++ b/gnu/system/image.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2020, 2021 Mathieu Othacehe <m.othacehe@gmail.com> +;;; Copyright © 2020, 2021, 2022 Mathieu Othacehe <othacehe@gnu.org> ;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org> ;;; Copyright © 2022 Pavel Shlyak <p.shlyak@pantherx.org> ;;; Copyright © 2022 Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> |