diff options
-rw-r--r-- | .mailmap | 1 | ||||
-rw-r--r-- | gnu/packages/lisp-xyz.scm | 2 | ||||
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 | ||||
-rw-r--r-- | gnu/packages/rust.scm | 2 |
4 files changed, 4 insertions, 3 deletions
@@ -48,6 +48,7 @@ Mathieu Lirzin <[email protected]> <[email protected]> Mathieu Othacehe <[email protected]> Mathieu Othacehe <[email protected]> Mathieu Othacehe <[email protected]> +Matthew James Kraai <[email protected]> Nikita Karetnikov <[email protected]> <[email protected]> nikita <[email protected]> nikita <[email protected]> ng0 <[email protected]> diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index c4c63958c9..f7683d9dbf 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -22,7 +22,7 @@ ;;; Copyright © 2020, 2021 Adam Kandur <[email protected]> ;;; Copyright © 2020, 2021 Sharlatan Hellseher <[email protected]> ;;; Copyright © 2021 Aurora <[email protected]> -;;; Copyright © 2021 Matthew Kraai <[email protected]> +;;; Copyright © 2021 Matthew James Kraai <[email protected]> ;;; Copyright © 2021 André A. Gomes <[email protected]> ;;; Copyright © 2021 Cage <[email protected]> ;;; Copyright © 2021 Cameron Chaparro <[email protected]> diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index f16bff460a..7fdd864a40 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -77,7 +77,7 @@ ;;; Copyright © 2020, 2021 Alexandros Theodotou <[email protected]> ;;; Copyright © 2020 Lars-Dominik Braun <[email protected]> ;;; Copyright © 2020 Alex ter Weele <[email protected]> -;;; Copyright © 2020 Matthew Kraai <[email protected]> +;;; Copyright © 2020 Matthew James Kraai <[email protected]> ;;; Copyright © 2020 Ryan Prior <[email protected]> ;;; Copyright © 2020 Josh Holland <[email protected]> ;;; Copyright © 2020 Yuval Kogman <[email protected]> diff --git a/gnu/packages/rust.scm b/gnu/packages/rust.scm index 56e6e720c0..73f94a3929 100644 --- a/gnu/packages/rust.scm +++ b/gnu/packages/rust.scm @@ -10,7 +10,7 @@ ;;; Copyright © 2019 Ivan Petkov <[email protected]> ;;; Copyright © 2020, 2021 Jakub Kądziołka <[email protected]> ;;; Copyright © 2020 Pierre Langlois <[email protected]> -;;; Copyright © 2020 Matthew Kraai <[email protected]> +;;; Copyright © 2020 Matthew James Kraai <[email protected]> ;;; ;;; This file is part of GNU Guix. ;;; |