diff options
author | Mark H Weaver <mhw@netris.org> | 2018-05-28 09:04:44 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-05-28 09:04:44 -0400 |
commit | 073cc313131ccf44574b29ef8e1c069288a65b17 (patch) | |
tree | 3b7beea0d7a0a7415863b2a216c1ae0ccb8bc2ee /gnu/local.mk | |
parent | 2101cc3fb691f443b830fdf5f846ded5fa018739 (diff) | |
download | patches-073cc313131ccf44574b29ef8e1c069288a65b17.tar patches-073cc313131ccf44574b29ef8e1c069288a65b17.tar.gz |
gnu: Fix typo.
Fix a typo introduced in commit 2101cc3fb691f443b830fdf5f846ded5fa018739.
* gnu/local.mk: Add back the missing comment character.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 3859b8b2d0..6566226190 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1,4 +1,4 @@ - GNU Guix --- Functional package management for GNU +# GNU Guix --- Functional package management for GNU # Copyright © 2012, 2013, 2014, 2015, 2016, 2017, 2018 Ludovic Courtès <ludo@gnu.org> # Copyright © 2013, 2014, 2015, 2016, 2017, 2018 Andreas Enge <andreas@enge.fr> # Copyright © 2016 Mathieu Lirzin <mthl@gnu.org> |