diff options
author | Leo Famulari <leo@famulari.name> | 2018-03-21 18:23:15 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2018-03-21 18:26:25 -0400 |
commit | b87c76dcaa86d0f90a856a930f461a9c9bc88ec5 (patch) | |
tree | 6aebe5e350cb3df7cc192e1179bc566e4fc7e245 | |
parent | 4102588f85adf2f887e1d700c2efc6fa1f907885 (diff) |
Fix copyright notice for Nils Gillmann.
This is a followup to commit af23710ff522bb4e6cedf841c4fb977d96c9d8b3.
* gnu/packages/linux.scm: Fix name and email address for Nils Gillmann.
-rw-r--r-- | gnu/packages/linux.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index dc9dfbbd7d..0d7dc7161b 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -18,7 +18,7 @@ ;;; Copyright © 2016, 2017, 2018 Marius Bakke <mbakke@fastmail.com> ;;; Copyright © 2016 Rene Saavedra <rennes@openmailbox.org> ;;; Copyright © 2016 Carlos Sánchez de La Lama <csanchezdll@gmail.com> -;;; Copyright © 2016, 2017 ng0 <ng0@infotropique.org> +;;; Copyright © 2016, 2017 Nils Gillmann <ng0@n0.is> ;;; Copyright © 2017, 2018 Leo Famulari <leo@famulari.name> ;;; Copyright © 2017 José Miguel Sánchez García <jmi2k@openmailbox.com> ;;; Copyright © 2017 Gábor Boskovits <boskovits@gmail.com> |