diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-01-12 22:25:04 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-01-12 22:51:35 +0100 |
commit | 4de576e9b26ea3e634c1cd819600851ee3a5c6d6 (patch) | |
tree | db70e963ea02e4f50c9641da515104b4a830b8d7 /gnu | |
parent | 373f808df229c12101301b766bd1810836b98481 (diff) |
gnu: Fix comment typo.
* gnu/packages/efi.scm: Purge spurious space.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/efi.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/efi.scm b/gnu/packages/efi.scm index 9582e65689..ac330dee64 100644 --- a/gnu/packages/efi.scm +++ b/gnu/packages/efi.scm @@ -2,7 +2,7 @@ ;;; Copyright © 2019 Danny Milosavljevic <dannym@scratchpost.org> ;;; Copyright © 2019 Efraim Flashner <efraim@flashner.co.il> ;;; Copyright © 2019–2021 Tobias Geerinckx-Rice <me@tobias.gr> -;;; Copyright © 2021 Vincent Legoll <vincent.legoll@gmail.com> +;;; Copyright © 2021 Vincent Legoll <vincent.legoll@gmail.com> ;;; ;;; This file is part of GNU Guix. ;;; |