nckx pushed a commit to branch master
in repository guix.
commit 4de576e9b26ea3e634c1cd819600851ee3a5c6d6
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Tue Jan 12 22:25:04 2021 +0100
gnu: Fix comment typo.
* gnu/packages/efi.scm: Purge spurious space.
---
gnu/packages/efi.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/efi.scm b/gnu/packages/efi.scm
index 9582e65..ac330de 100644
--- a/gnu/packages/efi.scm
+++ b/gnu/packages/efi.scm
@@ -2,7 +2,7 @@
;;; Copyright © 2019 Danny Milosavljevic <[email protected]>
;;; Copyright © 2019 Efraim Flashner <[email protected]>
;;; Copyright © 2019–2021 Tobias Geerinckx-Rice <[email protected]>
-;;; Copyright © 2021 Vincent Legoll <[email protected]>
+;;; Copyright © 2021 Vincent Legoll <[email protected]>
;;;
;;; This file is part of GNU Guix.
;;;