summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim@guixotic.coop>2025-09-18 12:25:39 +0900
committerMaxim Cournoyer <maxim@guixotic.coop>2025-09-18 13:44:12 +0900
commit10482f731e6def20df23caa9cd0b9ab428f52a50 (patch)
tree2da409b03df1513aaefd11e7e0cc119b560cb635 /build-aux
parenta7db92d9b389cbe565395523882c34c6eff2c21a (diff)
Reapply "Update Maxim's email address."
This reverts commit a7db92d9b389cbe565395523882c34c6eff2c21a, this time with the more careful command, to avoid a world rebuild: grep -rl --exclude-dir=build --exclude-dir=patches --exclude=ld-wrapper.in \ --exclude=sitecustomize.py --exclude=guix-emacs.el maxim.cournoyer@gmail.com | xargs sed -i 's/maxim.cournoyer@gmail.com/maxim@guixotic.coop/g' Change-Id: I0871f5cf9ace79e34e78e24154d0da6ea95a3a91
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" "$@"
6(define script-version "2023-12-08.14") ;UTC 6(define script-version "2023-12-08.14") ;UTC
7 7
8;;; Copyright © 2015, 2016 Mathieu Lirzin <mthl@gnu.org> 8;;; Copyright © 2015, 2016 Mathieu Lirzin <mthl@gnu.org>
9;;; Copyright © 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com> 9;;; Copyright © 2021 Maxim Cournoyer <maxim@guixotic.coop>
10;;; 10;;;
11;;; This program is free software; you can redistribute it and/or modify it 11;;; This program is free software; you can redistribute it and/or modify it
12;;; under the terms of the GNU General Public License as published by 12;;; 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 @@
1;;; GNU Guix --- Functional package management for GNU 1;;; GNU Guix --- Functional package management for GNU
2;;; Copyright © 2017-2018, 2025 Ludovic Courtès <ludo@gnu.org> 2;;; Copyright © 2017-2018, 2025 Ludovic Courtès <ludo@gnu.org>
3;;; Copyright © 2020, 2025 Maxim Cournoyer <maxim.cournoyer@gmail.com> 3;;; Copyright © 2020, 2025 Maxim Cournoyer <maxim@guixotic.coop>
4;;; 4;;;
5;;; This file is part of GNU Guix. 5;;; This file is part of GNU Guix.
6;;; 6;;;