summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim@guixotic.coop>2025-09-18 12:04:28 +0900
committerMaxim Cournoyer <maxim@guixotic.coop>2025-09-18 12:07:31 +0900
commita7db92d9b389cbe565395523882c34c6eff2c21a (patch)
treeb3671593bf4516b0cad67e72c42bd96645c39eae /build-aux
parent22613ce2a0a1e4240389d2afc3dfc4c8d636854d (diff)
Revert "Update Maxim's email address."
This reverts commit d0d87a744d724b7e7d5ac013c586039652087bb3. Oops! This caused a world rebuild. Change-Id: I25fff644b2b61d0ee93d69b457b04c72b5b74d15
Diffstat (limited to 'build-aux')
-rwxr-xr-xbuild-aux/test-driver.scm2
-rw-r--r--build-aux/update-guix-package.scm2
2 files changed, 2 insertions, 2 deletions
diff --git a/build-aux/test-driver.scm b/build-aux/test-driver.scm
index 1c4d7b9876b..901f6ab9ec3 100755
--- a/build-aux/test-driver.scm
+++ b/build-aux/test-driver.scm
@@ -6,7 +6,7 @@ exec guile --no-auto-compile -e main -s "$0" "$@"
(define script-version "2023-12-08.14") ;UTC
;;; Copyright © 2015, 2016 Mathieu Lirzin <mthl@gnu.org>
-;;; Copyright © 2021 Maxim Cournoyer <maxim@guixotic.coop>
+;;; Copyright © 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com>
;;;
;;; This program is free software; you can redistribute it and/or modify it
;;; under the terms of the GNU General Public License as published by
diff --git a/build-aux/update-guix-package.scm b/build-aux/update-guix-package.scm
index 383fcd00fc7..62a7ca46371 100644
--- a/build-aux/update-guix-package.scm
+++ b/build-aux/update-guix-package.scm
@@ -1,6 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2017-2018, 2025 Ludovic Courtès <ludo@gnu.org>
-;;; Copyright © 2020, 2025 Maxim Cournoyer <maxim@guixotic.coop>
+;;; Copyright © 2020, 2025 Maxim Cournoyer <maxim.cournoyer@gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;