[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: Fix comment typo.
From: |
guix-commits |
Subject: |
01/02: gnu: Fix comment typo. |
Date: |
Tue, 12 Jan 2021 17:09:36 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 4de576e9b26ea3e634c1cd819600851ee3a5c6d6
Author: Tobias Geerinckx-Rice <me@tobias.gr>
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 <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.
;;;