summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim@guixotic.coop>2025-09-18 08:03:01 +0900
committerMaxim Cournoyer <maxim@guixotic.coop>2025-09-18 08:05:19 +0900
commitd0d87a744d724b7e7d5ac013c586039652087bb3 (patch)
tree15ad9417780e0abe1001c02ab335a6eccfe083dc /build-aux
parentbd3c19763ad543f95d5174ab784b4166c577956e (diff)
Update Maxim's email address.
The change was automated via: git grep -l maxim.cournoyer@gmail.com | xargs sed -i 's/maxim.cournoyer@gmail.com/maxim@guixotic.coop/g' * .mailmap: New entry. Change-Id: Iaa88b1e51c94159c49138fb43910badb990eb169
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 901f6ab9ec3..1c4d7b9876b 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.cournoyer@gmail.com>
+;;; Copyright © 2021 Maxim Cournoyer <maxim@guixotic.coop>
;;;
;;; 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 62a7ca46371..383fcd00fc7 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.cournoyer@gmail.com>
+;;; Copyright © 2020, 2025 Maxim Cournoyer <maxim@guixotic.coop>
;;;
;;; This file is part of GNU Guix.
;;;