diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-10-04 14:28:41 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-10-04 14:28:41 +0100 |
commit | b86da5f3ceaa7748b78e1a3ca4cbcd6dc71e7135 (patch) | |
tree | d430493141ae27c07bf861f94ea4825b5240e073 | |
parent | 69d8264a387825af8a9197eb5ddc387219ad402d (diff) |
telepathy.am: fix typo in mailing list nametelepathy-glib-0.13.1
-rw-r--r-- | tools/telepathy.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/telepathy.am b/tools/telepathy.am index b9dba6028..45baa7727 100644 --- a/tools/telepathy.am +++ b/tools/telepathy.am @@ -60,6 +60,6 @@ maintainer-make-release: maintainer-prepare-release maintainer-upload-release @echo "Now:" @echo " • bump the nano-version;" @echo " • push the branch and tags upstream; and" - @echo " • send release-mail to <telepathy@freedesktop.org>." + @echo " • send release-mail to <telepathy@lists.freedesktop.org>." ## vim:set ft=automake: |