summaryrefslogtreecommitdiff
path: root/gnu/services/networking.scm
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 /gnu/services/networking.scm
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 'gnu/services/networking.scm')
-rw-r--r--gnu/services/networking.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/services/networking.scm b/gnu/services/networking.scm
index ccd67b93c85..b0d1c74490b 100644
--- a/gnu/services/networking.scm
+++ b/gnu/services/networking.scm
@@ -10,7 +10,7 @@
10;;; Copyright © 2018 Chris Marusich <cmmarusich@gmail.com> 10;;; Copyright © 2018 Chris Marusich <cmmarusich@gmail.com>
11;;; Copyright © 2018 Arun Isaac <arunisaac@systemreboot.net> 11;;; Copyright © 2018 Arun Isaac <arunisaac@systemreboot.net>
12;;; Copyright © 2019 Florian Pelz <pelzflorian@pelzflorian.de> 12;;; Copyright © 2019 Florian Pelz <pelzflorian@pelzflorian.de>
13;;; Copyright © 2019, 2021, 2024, 2025 Maxim Cournoyer <maxim.cournoyer@gmail.com> 13;;; Copyright © 2019, 2021, 2024, 2025 Maxim Cournoyer <maxim@guixotic.coop>
14;;; Copyright © 2019 Sou Bunnbu <iyzsong@member.fsf.org> 14;;; Copyright © 2019 Sou Bunnbu <iyzsong@member.fsf.org>
15;;; Copyright © 2019 Alex Griffin <a@ajgrf.com> 15;;; Copyright © 2019 Alex Griffin <a@ajgrf.com>
16;;; Copyright © 2020 Brice Waegeneire <brice@waegenei.re> 16;;; Copyright © 2020 Brice Waegeneire <brice@waegenei.re>