summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2013-08-26 22:23:53 +0200
committerLudovic Courtès <ludo@gnu.org>2013-08-26 22:23:53 +0200
commit2d2ad9891046ffd71efef0d2e5aa883e6f87fd9e (patch)
treeb0ffcc5ecb4dddb73c0df282cead01bad4766300 /HACKING
parent9c629a27a435dd37b55a3944f8d79accc710a0e4 (diff)
doc: Change `HACKING' to refer to guix-devel@gnu.org.
Reported by Alex Sassmannshausen <alex.sassmannshausen@gmail.com>. * HACKING: Replace "bug-guix" by "guix-devel".
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING8
1 files changed, 4 insertions, 4 deletions
diff --git a/HACKING b/HACKING
index 9ec3c041e0c..370d595bf1d 100644
--- a/HACKING
+++ b/HACKING
@@ -127,7 +127,7 @@ expression” of Nettle.
127Development is done using the Git distributed version control system. Thus, 127Development is done using the Git distributed version control system. Thus,
128access to the repository is not strictly necessary. We welcome contributions 128access to the repository is not strictly necessary. We welcome contributions
129in the form of patches as produced by ‘git format-patch’ sent to 129in the form of patches as produced by ‘git format-patch’ sent to
130bug-guix@gnu.org. Please write commit logs in the [[http://www.gnu.org/prep/standards/html_node/Change-Logs.html#Change-Logs][GNU ChangeLog format]]. 130guix-devel@gnu.org. Please write commit logs in the [[http://www.gnu.org/prep/standards/html_node/Change-Logs.html#Change-Logs][GNU ChangeLog format]].
131 131
132As you become a regular contributor, you may find it convenient to have write 132As you become a regular contributor, you may find it convenient to have write
133access to the repository (see below.) 133access to the repository (see below.)
@@ -137,9 +137,9 @@ access to the repository (see below.)
137For frequent contributors, having write access to the repository is 137For frequent contributors, having write access to the repository is
138convenient. When you deem it necessary, feel free to ask for it on the 138convenient. When you deem it necessary, feel free to ask for it on the
139mailing list. When you get commit access, please make sure to follow the 139mailing list. When you get commit access, please make sure to follow the
140policy below (discussions of the policy can take place on bug-guix@gnu.org.) 140policy below (discussions of the policy can take place on guix-devel@gnu.org.)
141 141
142Non-trivial patches should always be posted to bug-guix@gnu.org (trivial 142Non-trivial patches should always be posted to guix-devel@gnu.org (trivial
143patches include fixing typos, etc.) 143patches include fixing typos, etc.)
144 144
145For patches that just add a new package, and a simple one, it’s OK to commit, 145For patches that just add a new package, and a simple one, it’s OK to commit,
@@ -149,7 +149,7 @@ package upgrades. We have a mailing list for commit notifications
149(guix-commits@gnu.org), so people can notice. Before pushing your changes, 149(guix-commits@gnu.org), so people can notice. Before pushing your changes,
150make sure to run ‘git pull --rebase’. 150make sure to run ‘git pull --rebase’.
151 151
152For anything else, please post to bug-guix@gnu.org and leave time for a 152For anything else, please post to guix-devel@gnu.org and leave time for a
153review, without committing anything. If you didn’t receive any reply 153review, without committing anything. If you didn’t receive any reply
154after two weeks, and if you’re confident, it’s OK to commit. 154after two weeks, and if you’re confident, it’s OK to commit.
155 155