summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-02-09 23:12:16 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-02-09 23:16:45 +0100
commite81344428726f3dae5d2a2e7bb296f46fcde6cc5 (patch)
tree20b1d6f018c768338b69ac3d995d2b750118c773
parent7f6cb6bbac181a11859283922037e374a82035db (diff)
Update e-mail address for Jakob L. Kreuze.
As requested here: <https://lists.gnu.org/archive/html/guix-devel/2020-02/msg00128.html>. * .mailmap: Add an entry for Jakob. * gnu/machine.scm, gnu/machine/digital-ocean.scm, gnu/machine/ssh.scm, gnu/packages/admin.scm, gnu/packages/i2p.scm, gnu/packages/music.scm, gnu/packages/web.scm, gnu/tests/reconfigure.scm, guix/scripts/deploy.scm, guix/scripts/system/reconfigure.scm: Update their e-mail address.
-rw-r--r--.mailmap1
-rw-r--r--gnu/machine.scm2
-rw-r--r--gnu/machine/digital-ocean.scm2
-rw-r--r--gnu/machine/ssh.scm2
-rw-r--r--gnu/packages/admin.scm2
-rw-r--r--gnu/packages/i2p.scm2
-rw-r--r--gnu/packages/music.scm2
-rw-r--r--gnu/packages/web.scm2
-rw-r--r--gnu/tests/reconfigure.scm2
-rw-r--r--guix/scripts/deploy.scm2
-rw-r--r--guix/scripts/system/reconfigure.scm2
11 files changed, 11 insertions, 10 deletions
diff --git a/.mailmap b/.mailmap
index 23b5b6a1c44..a1cbf02030b 100644
--- a/.mailmap
+++ b/.mailmap
@@ -30,6 +30,7 @@ Eric Dvorsak <eric@dvorsak.fr> <yenda1@gmail.com>
30George Clemmer <myglc2@gmail.com> 30George Clemmer <myglc2@gmail.com>
31ison <ison@airmail.cc> <ison111@protonmail.com> 31ison <ison@airmail.cc> <ison111@protonmail.com>
32Ivan Vilata i Balaguer <ivan@selidor.net> 32Ivan Vilata i Balaguer <ivan@selidor.net>
33Jakob L. Kreuze <zerodaysfordays@sdf.org> <zerodaysfordays@sdf.lonestar.org>
33Jeff Mickey <j@codemac.net> <jm@igneous.io> 34Jeff Mickey <j@codemac.net> <jm@igneous.io>
34John Darrington <jmd@gnu.org> <john@darrington.wattle.id.au> 35John Darrington <jmd@gnu.org> <john@darrington.wattle.id.au>
35John J. Foerch <jjfoerch@earthlink.net> 36John J. Foerch <jjfoerch@earthlink.net>
diff --git a/gnu/machine.scm b/gnu/machine.scm
index bdd92d9592d..434d78ab413 100644
--- a/gnu/machine.scm
+++ b/gnu/machine.scm
@@ -1,6 +1,6 @@
1;;; GNU Guix --- Functional package management for GNU 1;;; GNU Guix --- Functional package management for GNU
2;;; Copyright © 2019 David Thompson <davet@gnu.org> 2;;; Copyright © 2019 David Thompson <davet@gnu.org>
3;;; Copyright © 2019 Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> 3;;; Copyright © 2019 Jakob L. Kreuze <zerodaysfordays@sdf.org>
4;;; 4;;;
5;;; This file is part of GNU Guix. 5;;; This file is part of GNU Guix.
6;;; 6;;;
diff --git a/gnu/machine/digital-ocean.scm b/gnu/machine/digital-ocean.scm
index 6f7cf8fb30b..1a91a3a49bb 100644
--- a/gnu/machine/digital-ocean.scm
+++ b/gnu/machine/digital-ocean.scm
@@ -1,5 +1,5 @@
1;;; GNU Guix --- Functional package management for GNU 1;;; GNU Guix --- Functional package management for GNU
2;;; Copyright © 2019 Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> 2;;; Copyright © 2019 Jakob L. Kreuze <zerodaysfordays@sdf.org>
3;;; 3;;;
4;;; This file is part of GNU Guix. 4;;; This file is part of GNU Guix.
5;;; 5;;;
diff --git a/gnu/machine/ssh.scm b/gnu/machine/ssh.scm
index d6ce1253a4d..6374373e22a 100644
--- a/gnu/machine/ssh.scm
+++ b/gnu/machine/ssh.scm
@@ -1,5 +1,5 @@
1;;; GNU Guix --- Functional package management for GNU 1;;; GNU Guix --- Functional package management for GNU
2;;; Copyright © 2019 Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> 2;;; Copyright © 2019 Jakob L. Kreuze <zerodaysfordays@sdf.org>
3;;; 3;;;
4;;; This file is part of GNU Guix. 4;;; This file is part of GNU Guix.
5;;; 5;;;
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 26e2693431a..ead8303f254 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -25,7 +25,7 @@
25;;; Copyright © 2018 Pierre Neidhardt <mail@ambrevar.xyz> 25;;; Copyright © 2018 Pierre Neidhardt <mail@ambrevar.xyz>
26;;; Copyright © 2019 Brett Gilio <brettg@gnu.org> 26;;; Copyright © 2019 Brett Gilio <brettg@gnu.org>
27;;; Copyright © 2019 Björn Höfling <bjoern.hoefling@bjoernhoefling.de> 27;;; Copyright © 2019 Björn Höfling <bjoern.hoefling@bjoernhoefling.de>
28;;; Copyright © 2019 Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> 28;;; Copyright © 2019 Jakob L. Kreuze <zerodaysfordays@sdf.org>
29;;; Copyright © 2019 Hartmut Goebel <h.goebel@crazy-compilers.com> 29;;; Copyright © 2019 Hartmut Goebel <h.goebel@crazy-compilers.com>
30;;; Copyright © 2019 Alex Griffin <a@ajgrf.com> 30;;; Copyright © 2019 Alex Griffin <a@ajgrf.com>
31;;; Copyright © 2019 Guillaume Le Vaillant <glv@posteo.net> 31;;; Copyright © 2019 Guillaume Le Vaillant <glv@posteo.net>
diff --git a/gnu/packages/i2p.scm b/gnu/packages/i2p.scm
index f8c3f3bb5c6..a317cd590c2 100644
--- a/gnu/packages/i2p.scm
+++ b/gnu/packages/i2p.scm
@@ -1,5 +1,5 @@
1;;; GNU Guix --- Functional package management for GNU 1;;; GNU Guix --- Functional package management for GNU
2;;; Copyright © 2019 Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> 2;;; Copyright © 2019 Jakob L. Kreuze <zerodaysfordays@sdf.org>
3;;; 3;;;
4;;; This file is part of GNU Guix. 4;;; This file is part of GNU Guix.
5;;; 5;;;
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 3ef04d72021..ea3bbe1cca3 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -21,7 +21,7 @@
21;;; Copyright © 2018 Björn Höfling <bjoern.hoefling@bjoernhoefling.de> 21;;; Copyright © 2018 Björn Höfling <bjoern.hoefling@bjoernhoefling.de>
22;;; Copyright © 2019 Gabriel Hondet <gabrielhondet@gmail.com> 22;;; Copyright © 2019 Gabriel Hondet <gabrielhondet@gmail.com>
23;;; Copyright © 2019 Timotej Lazar <timotej.lazar@araneo.si> 23;;; Copyright © 2019 Timotej Lazar <timotej.lazar@araneo.si>
24;;; Copyright © 2019 Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> 24;;; Copyright © 2019 Jakob L. Kreuze <zerodaysfordays@sdf.org>
25;;; Copyright © 2019 raingloom <raingloom@protonmail.com> 25;;; Copyright © 2019 raingloom <raingloom@protonmail.com>
26;;; Copyright © 2019 David Wilson <david@daviwil.com> 26;;; Copyright © 2019 David Wilson <david@daviwil.com>
27;;; Copyright © 2019, 2020 Alexandros Theodotou <alex@zrythm.org> 27;;; Copyright © 2019, 2020 Alexandros Theodotou <alex@zrythm.org>
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index b19a638355b..f7ebcaf037b 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -34,7 +34,7 @@
34;;; Copyright © 2019 Brendan Tildesley <mail@brendan.scot> 34;;; Copyright © 2019 Brendan Tildesley <mail@brendan.scot>
35;;; Copyright © 2019 Alex Griffin <a@ajgrf.com> 35;;; Copyright © 2019 Alex Griffin <a@ajgrf.com>
36;;; Copyright © 2019 Hartmut Goebel <h.goebel@crazy-compilers.com> 36;;; Copyright © 2019 Hartmut Goebel <h.goebel@crazy-compilers.com>
37;;; Copyright © 2019 Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> 37;;; Copyright © 2019 Jakob L. Kreuze <zerodaysfordays@sdf.org>
38;;; Copyright © 2019 Florian Pelz <pelzflorian@pelzflorian.de> 38;;; Copyright © 2019 Florian Pelz <pelzflorian@pelzflorian.de>
39;;; Copyright © 2020 Timotej Lazar <timotej.lazar@araneo.si> 39;;; Copyright © 2020 Timotej Lazar <timotej.lazar@araneo.si>
40;;; 40;;;
diff --git a/gnu/tests/reconfigure.scm b/gnu/tests/reconfigure.scm
index fb11e6164e9..8b859209791 100644
--- a/gnu/tests/reconfigure.scm
+++ b/gnu/tests/reconfigure.scm
@@ -1,5 +1,5 @@
1;;; GNU Guix --- Functional package management for GNU 1;;; GNU Guix --- Functional package management for GNU
2;;; Copyright © 2019 Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> 2;;; Copyright © 2019 Jakob L. Kreuze <zerodaysfordays@sdf.org>
3;;; 3;;;
4;;; This file is part of GNU Guix. 4;;; This file is part of GNU Guix.
5;;; 5;;;
diff --git a/guix/scripts/deploy.scm b/guix/scripts/deploy.scm
index bc0ceabd3f5..ad05c333dca 100644
--- a/guix/scripts/deploy.scm
+++ b/guix/scripts/deploy.scm
@@ -1,6 +1,6 @@
1;;; GNU Guix --- Functional package management for GNU 1;;; GNU Guix --- Functional package management for GNU
2;;; Copyright © 2019 David Thompson <davet@gnu.org> 2;;; Copyright © 2019 David Thompson <davet@gnu.org>
3;;; Copyright © 2019 Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> 3;;; Copyright © 2019 Jakob L. Kreuze <zerodaysfordays@sdf.org>
4;;; 4;;;
5;;; This file is part of GNU Guix. 5;;; This file is part of GNU Guix.
6;;; 6;;;
diff --git a/guix/scripts/system/reconfigure.scm b/guix/scripts/system/reconfigure.scm
index 2f9dbb25081..77a72307b45 100644
--- a/guix/scripts/system/reconfigure.scm
+++ b/guix/scripts/system/reconfigure.scm
@@ -5,7 +5,7 @@
5;;; Copyright © 2017 Mathieu Othacehe <m.othacehe@gmail.com> 5;;; Copyright © 2017 Mathieu Othacehe <m.othacehe@gmail.com>
6;;; Copyright © 2018 Ricardo Wurmus <rekado@elephly.net> 6;;; Copyright © 2018 Ricardo Wurmus <rekado@elephly.net>
7;;; Copyright © 2019 Christopher Baines <mail@cbaines.net> 7;;; Copyright © 2019 Christopher Baines <mail@cbaines.net>
8;;; Copyright © 2019 Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> 8;;; Copyright © 2019 Jakob L. Kreuze <zerodaysfordays@sdf.org>
9;;; 9;;;
10;;; This file is part of GNU Guix. 10;;; This file is part of GNU Guix.
11;;; 11;;;