summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authormaximilian attems <max@stro.at>2010-12-30 23:06:56 +0100
committermaximilian attems <max@stro.at>2011-02-17 16:38:20 +0100
commit5b84e5b6bac916b119716c48dc99ad208428113a (patch)
treeec77ae6159b63219dcb3c828a2e27fa5275292ac /docs
parentce45cd038cd2217fe16786a68da4184c1de88fa0 (diff)
maintainer-notes.html: Fix email to send patches to.
The wanted email address is and not the qa alias: "Mails sent to the maintainer through the *@packages.debian.org email aliases." Reported-by: Ben Hutchings <ben@decadent.org.uk> Signed-off-by: maximilian attems <max@stro.at> Reviewed-by: Michael Prokop <mika@debian.org>
Diffstat (limited to 'docs')
-rw-r--r--docs/maintainer-notes.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/maintainer-notes.html b/docs/maintainer-notes.html
index fd8ce0d..e30e7e6 100644
--- a/docs/maintainer-notes.html
+++ b/docs/maintainer-notes.html
@@ -259,7 +259,7 @@ any stale remote branches locally by executing:
<li>Send patch file(s) to maintainers via mail (requires Debian package git-email):
<pre>
-<b>% git send-email --to=initramfs-tools@packages.qa.debian.org $PATCHFILE[S]</b>
+<b>% git send-email --to=initramfs-tools@packages.debian.org $PATCHFILE[S]</b>
</pre>
</li>