summaryrefslogtreecommitdiff
path: root/etc
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 /etc
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 'etc')
-rwxr-xr-xetc/committer.scm.in2
-rwxr-xr-xetc/guix-install.sh2
-rw-r--r--etc/news.scm2
-rwxr-xr-xetc/teams.scm4
-rwxr-xr-xetc/teams/gnome/gnome-core-refresh2
-rw-r--r--etc/teams/qt/qt-manifest.scm2
-rw-r--r--etc/teams/qt/qt5-manifest.scm2
7 files changed, 8 insertions, 8 deletions
diff --git a/etc/committer.scm.in b/etc/committer.scm.in
index 9b128c8f1e7..7bc07f3c888 100755
--- a/etc/committer.scm.in
+++ b/etc/committer.scm.in
@@ -6,7 +6,7 @@
6;;; Copyright © 2020, 2021, 2022, 2023 Ricardo Wurmus <rekado@elephly.net> 6;;; Copyright © 2020, 2021, 2022, 2023 Ricardo Wurmus <rekado@elephly.net>
7;;; Copyright © 2021 Sarah Morgensen <iskarian@mgsn.dev> 7;;; Copyright © 2021 Sarah Morgensen <iskarian@mgsn.dev>
8;;; Copyright © 2021 Xinglu Chen <public@yoctocell.xyz> 8;;; Copyright © 2021 Xinglu Chen <public@yoctocell.xyz>
9;;; Copyright © 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com> 9;;; Copyright © 2022 Maxim Cournoyer <maxim@guixotic.coop>
10;;; 10;;;
11;;; This file is part of GNU Guix. 11;;; This file is part of GNU Guix.
12;;; 12;;;
diff --git a/etc/guix-install.sh b/etc/guix-install.sh
index 3bf3a4a55e4..aae1f098c38 100755
--- a/etc/guix-install.sh
+++ b/etc/guix-install.sh
@@ -9,7 +9,7 @@
9# Copyright © 2020 Daniel Brooks <db48x@db48x.net> 9# Copyright © 2020 Daniel Brooks <db48x@db48x.net>
10# Copyright © 2021 Jakub Kądziołka <kuba@kadziolka.net> 10# Copyright © 2021 Jakub Kądziołka <kuba@kadziolka.net>
11# Copyright © 2021 Chris Marusich <cmmarusich@gmail.com> 11# Copyright © 2021 Chris Marusich <cmmarusich@gmail.com>
12# Copyright © 2021, 2022, 2023 Maxim Cournoyer <maxim.cournoyer@gmail.com> 12# Copyright © 2021, 2022, 2023 Maxim Cournoyer <maxim@guixotic.coop>
13# Copyright © 2022 Prafulla Giri <prafulla.giri@protonmail.com> 13# Copyright © 2022 Prafulla Giri <prafulla.giri@protonmail.com>
14# Copyright © 2023 Andrew Tropin <andrew@trop.in> 14# Copyright © 2023 Andrew Tropin <andrew@trop.in>
15# Copyright © 2020 David A. Redick <david.a.redick@gmail.com> 15# Copyright © 2020 David A. Redick <david.a.redick@gmail.com>
diff --git a/etc/news.scm b/etc/news.scm
index e0ae7f271dd..2a28dfa4fc2 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -9,7 +9,7 @@
9;; Copyright © 2020, 2022 Marius Bakke <marius@gnu.org> 9;; Copyright © 2020, 2022 Marius Bakke <marius@gnu.org>
10;; Copyright © 2020, 2021 Mathieu Othacehe <m.othacehe@gmail.com> 10;; Copyright © 2020, 2021 Mathieu Othacehe <m.othacehe@gmail.com>
11;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org> 11;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
12;; Copyright © 2020-2025 Maxim Cournoyer <maxim.cournoyer@gmail.com> 12;; Copyright © 2020-2025 Maxim Cournoyer <maxim@guixotic.coop>
13;; Copyright © 2021–2023 Leo Famulari <leo@famulari.name> 13;; Copyright © 2021–2023 Leo Famulari <leo@famulari.name>
14;; Copyright © 2021 Zhu Zihao <all_but_last@163.com> 14;; Copyright © 2021 Zhu Zihao <all_but_last@163.com>
15;; Copyright © 2021 Chris Marusich <cmmarusich@gmail.com> 15;; Copyright © 2021 Chris Marusich <cmmarusich@gmail.com>
diff --git a/etc/teams.scm b/etc/teams.scm
index 2b377959831..e85bfa01007 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -10,7 +10,7 @@ exec $pre_inst_env_maybe guix repl -- "$0" "$@"
10;;; GNU Guix --- Functional package management for GNU 10;;; GNU Guix --- Functional package management for GNU
11;;; Copyright © 2022-2024 Ricardo Wurmus <rekado@elephly.net> 11;;; Copyright © 2022-2024 Ricardo Wurmus <rekado@elephly.net>
12;;; Copyright © 2022 Mathieu Othacehe <othacehe@gnu.org> 12;;; Copyright © 2022 Mathieu Othacehe <othacehe@gnu.org>
13;;; Copyright © 2022, 2023, 2025 Maxim Cournoyer <maxim.cournoyer@gmail.com> 13;;; Copyright © 2022, 2023, 2025 Maxim Cournoyer <maxim@guixotic.coop>
14;;; Copyright © 2022 Simon Tournier <zimon.toutoune@gmail.com> 14;;; Copyright © 2022 Simon Tournier <zimon.toutoune@gmail.com>
15;;; Copyright © 2025 Jelle Licht <jlicht@fsfe.org> 15;;; Copyright © 2025 Jelle Licht <jlicht@fsfe.org>
16;;; Copyright © 2025 Cayetano Santos <csantosb@inventati.org> 16;;; Copyright © 2025 Cayetano Santos <csantosb@inventati.org>
@@ -1175,7 +1175,7 @@ the \"texlive\" importer."
1175 reproduciblebuilds) 1175 reproduciblebuilds)
1176 1176
1177(define-member (person "Maxim Cournoyer" 1177(define-member (person "Maxim Cournoyer"
1178 "maxim.cournoyer@gmail.com" 1178 "maxim@guixotic.coop"
1179 "apteryx") 1179 "apteryx")
1180 documentation gnome qt telephony electronics) 1180 documentation gnome qt telephony electronics)
1181 1181
diff --git a/etc/teams/gnome/gnome-core-refresh b/etc/teams/gnome/gnome-core-refresh
index 785e9a08b59..9271ea3fb19 100755
--- a/etc/teams/gnome/gnome-core-refresh
+++ b/etc/teams/gnome/gnome-core-refresh
@@ -1,7 +1,7 @@
1#!/usr/bin/env -S guix repl -- 1#!/usr/bin/env -S guix repl --
2!# ;-*- mode: scheme; -*- 2!# ;-*- mode: scheme; -*-
3;;; GNU Guix --- Functional package management for GNU 3;;; GNU Guix --- Functional package management for GNU
4;;; Copyright © 2025 Maxim Cournoyer <maxim.cournoyer@gmail.com> 4;;; Copyright © 2025 Maxim Cournoyer <maxim@guixotic.coop>
5;;; 5;;;
6;;; This file is part of GNU Guix. 6;;; This file is part of GNU Guix.
7;;; 7;;;
diff --git a/etc/teams/qt/qt-manifest.scm b/etc/teams/qt/qt-manifest.scm
index 22078530a7f..a58275b3f16 100644
--- a/etc/teams/qt/qt-manifest.scm
+++ b/etc/teams/qt/qt-manifest.scm
@@ -1,5 +1,5 @@
1;;; GNU Guix --- Functional package management for GNU 1;;; GNU Guix --- Functional package management for GNU
2;;; Copyright © 2023 Maxim Cournoyer <maxim.cournoyer@gmail.com> 2;;; Copyright © 2023 Maxim Cournoyer <maxim@guixotic.coop>
3;;; 3;;;
4;;; This file is part of GNU Guix. 4;;; This file is part of GNU Guix.
5;;; 5;;;
diff --git a/etc/teams/qt/qt5-manifest.scm b/etc/teams/qt/qt5-manifest.scm
index 2b25888d4b4..96f13d478d6 100644
--- a/etc/teams/qt/qt5-manifest.scm
+++ b/etc/teams/qt/qt5-manifest.scm
@@ -1,5 +1,5 @@
1;;; GNU Guix --- Functional package management for GNU 1;;; GNU Guix --- Functional package management for GNU
2;;; Copyright © 2023 Maxim Cournoyer <maxim.cournoyer@gmail.com> 2;;; Copyright © 2023 Maxim Cournoyer <maxim@guixotic.coop>
3;;; 3;;;
4;;; This file is part of GNU Guix. 4;;; This file is part of GNU Guix.
5;;; 5;;;