2012-10-25 17:44:27 -04:00
|
|
|
-*- mode: org; coding: utf-8; -*-
|
|
|
|
|
2013-01-17 17:53:29 -05:00
|
|
|
#+TITLE: Hacking GNU Guix and Its Incredible Distro
|
2012-10-25 17:44:27 -04:00
|
|
|
|
2019-02-11 16:39:12 -05:00
|
|
|
Copyright © 2012, 2013, 2014, 2016, 2017, 2019 Ludovic Courtès <ludo@gnu.org>
|
2017-01-29 13:16:30 -05:00
|
|
|
Copyright © 2015, 2017 Mathieu Lirzin <mthl@gnu.org>
|
2017-01-03 01:19:25 -05:00
|
|
|
Copyright © 2017 Leo Famulari <leo@famulari.name>
|
2017-08-18 15:39:18 -04:00
|
|
|
Copyright © 2017 Arun Isaac <arunisaac@systemreboot.net>
|
2012-10-25 17:44:27 -04:00
|
|
|
|
|
|
|
Copying and distribution of this file, with or without modification,
|
|
|
|
are permitted in any medium without royalty provided the copyright
|
|
|
|
notice and this notice are preserved.
|
|
|
|
|
2015-06-10 07:39:54 -04:00
|
|
|
* Contributing
|
2012-10-25 17:44:27 -04:00
|
|
|
|
2020-10-23 12:56:23 -04:00
|
|
|
See the manual for useful hacking information, either by running
|
2013-07-13 16:55:36 -04:00
|
|
|
|
2017-01-29 13:16:30 -05:00
|
|
|
info -f doc/guix.info "Contributing"
|
2013-07-18 18:07:03 -04:00
|
|
|
|
2020-01-01 10:14:08 -05:00
|
|
|
or by checking the [[https://guix.gnu.org/manual/devel/en/html_node/Contributing.html][web copy of the manual]].
|