diff options
author | Mathieu Lirzin <mthl@gnu.org> | 2017-01-29 19:16:30 +0100 |
---|---|---|
committer | Mathieu Lirzin <mthl@gnu.org> | 2017-01-30 13:20:13 +0100 |
commit | 8efc35a8902910ef7c09183c1d79d51498b2c10c (patch) | |
tree | 48646744bbc27be8152c175c3a0b4d35f031a355 /HACKING | |
parent | aa3eeeb5420524a2ba23b8484534cefe5ab181a9 (diff) | |
download | patches-8efc35a8902910ef7c09183c1d79d51498b2c10c.tar patches-8efc35a8902910ef7c09183c1d79d51498b2c10c.tar.gz |
maint: Fix invalid calls to 'info'.
* HACKING <Contributing>: Remove name of the manual from the item argument.
* README <Installation>: Likewise.
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ #+TITLE: Hacking GNU Guix and Its Incredible Distro Copyright © 2012, 2013, 2014, 2016 Ludovic Courtès <ludo@gnu.org> -Copyright © 2015 Mathieu Lirzin <mthl@openmailbox.org> +Copyright © 2015, 2017 Mathieu Lirzin <mthl@gnu.org> Copyright © 2017 Leo Famulari <leo@famulari.name> Copying and distribution of this file, with or without modification, @@ -14,7 +14,7 @@ Copyright © 2017 Leo Famulari <leo@famulari.name> See the manual for useful hacking informations, either by running - info -f doc/guix.info "(guix) Contributing" + info -f doc/guix.info "Contributing" or by checking the [[http://www.gnu.org/software/guix/manual/guix.html#Contributing][web copy of the manual]]. |