diff options
| author | Giacomo Leidi <therewasa@fishinthecalculator.me> | 2025-11-15 11:58:40 +0100 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2025-12-03 14:38:09 +0900 |
| commit | c425bac93d8d39c197a4bb4a56218cecd3231c1d (patch) | |
| tree | 9e3d0a2753e7ef23ed1a93295abc3ebf1487d175 /gnu/services | |
| parent | 23dbcfaef682c41e9cb2a6aea9ad69feea65f26a (diff) | |
Update Giacomo's email address.
The change was automated via:
git grep -l goodoldpaul@autistici.org |
xargs sed -i 's/goodoldpaul@autistici.org/therewasa@fishinthecalculator.me/g'
* .mailmap: New entry.
Change-Id: I1629388334695d221647afe6a14faf61af5fe0d6
Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
Diffstat (limited to 'gnu/services')
| -rw-r--r-- | gnu/services/admin.scm | 2 | ||||
| -rw-r--r-- | gnu/services/backup.scm | 2 | ||||
| -rw-r--r-- | gnu/services/containers.scm | 2 | ||||
| -rw-r--r-- | gnu/services/databases.scm | 2 | ||||
| -rw-r--r-- | gnu/services/docker.scm | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/gnu/services/admin.scm b/gnu/services/admin.scm index 6e5d51e7ce6..2e310983b8b 100644 --- a/gnu/services/admin.scm +++ b/gnu/services/admin.scm @@ -2,7 +2,7 @@ ;;; Copyright © 2016 Jan Nieuwenhuizen <janneke@gnu.org> ;;; Copyright © 2016-2025 Ludovic Courtès <ludo@gnu.org> ;;; Copyright © 2020 Brice Waegeneire <brice@waegenei.re> -;;; Copyright © 2023 Giacomo Leidi <goodoldpaul@autistici.org> +;;; Copyright © 2023 Giacomo Leidi <therewasa@fishinthecalculator.me> ;;; Copyright © 2024 Gabriel Wicki <gabriel@erlikon.ch> ;;; Copyright © 2024 Richard Sent <richard@freakingpenguin.com> ;;; diff --git a/gnu/services/backup.scm b/gnu/services/backup.scm index 8fdf9ce902f..f06e4f4e1e5 100644 --- a/gnu/services/backup.scm +++ b/gnu/services/backup.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2024, 2025 Giacomo Leidi <goodoldpaul@autistici.org> +;;; Copyright © 2024, 2025 Giacomo Leidi <therewasa@fishinthecalculator.me> ;;; ;;; This file is part of GNU Guix. ;;; diff --git a/gnu/services/containers.scm b/gnu/services/containers.scm index 0c3d6463e45..6353960a07e 100644 --- a/gnu/services/containers.scm +++ b/gnu/services/containers.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2024, 2025 Giacomo Leidi <goodoldpaul@autistici.org> +;;; Copyright © 2024, 2025 Giacomo Leidi <therewasa@fishinthecalculator.me> ;;; ;;; This file is part of GNU Guix. ;;; diff --git a/gnu/services/databases.scm b/gnu/services/databases.scm index 2a6779e8bf2..945964c045f 100644 --- a/gnu/services/databases.scm +++ b/gnu/services/databases.scm @@ -9,7 +9,7 @@ ;;; Copyright © 2020, 2022 Marius Bakke <marius@gnu.org> ;;; Copyright © 2021 David Larsson <david.larsson@selfhosted.xyz> ;;; Copyright © 2021 Aljosha Papsch <ep@stern-data.com> -;;; Copyright © 2025 Giacomo Leidi <goodoldpaul@autistici.org> +;;; Copyright © 2025 Giacomo Leidi <therewasa@fishinthecalculator.me> ;;; ;;; This file is part of GNU Guix. ;;; diff --git a/gnu/services/docker.scm b/gnu/services/docker.scm index b758a7f1ecc..c395c541dcb 100644 --- a/gnu/services/docker.scm +++ b/gnu/services/docker.scm @@ -5,7 +5,7 @@ ;;; Copyright © 2020 Efraim Flashner <efraim@flashner.co.il> ;;; Copyright © 2020 Jesse Dowell <jessedowell@gmail.com> ;;; Copyright © 2021 Brice Waegeneire <brice@waegenei.re> -;;; Copyright © 2023, 2024, 2025 Giacomo Leidi <goodoldpaul@autistici.org> +;;; Copyright © 2023, 2024, 2025 Giacomo Leidi <therewasa@fishinthecalculator.me> ;;; ;;; This file is part of GNU Guix. ;;; |
