diff options
author | Yann E. MORIN" <yann.morin.1998@free.fr> | 2012-03-06 21:36:10 +0100 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@free.fr> | 2012-03-06 21:36:10 +0100 |
commit | ffee93e4d24f372e00c82ee0a4ce40b92dc2acee (patch) | |
tree | e7ab7a81626184fe5a0c20c43e20a08cb14ec872 /docs/C - Misc. tutorials.txt | |
parent | 4638bd7625fd7d93eb2ceafff295cf84acdd1d72 (diff) | |
download | crosstool-ng-ffee93e4d24f372e00c82ee0a4ce40b92dc2acee.tar.gz crosstool-ng-ffee93e4d24f372e00c82ee0a4ce40b92dc2acee.tar.bz2 crosstool-ng-ffee93e4d24f372e00c82ee0a4ce40b92dc2acee.zip |
docs: update my e-mail
Since anciens.enib.fr has been dead for two months now, without any
hope of recovery, update my e-mail to point to @free.fr instead.
Reported-by: "Bryan Hundven" <bryanhundven@gmail.com>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Diffstat (limited to 'docs/C - Misc. tutorials.txt')
-rw-r--r-- | docs/C - Misc. tutorials.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/C - Misc. tutorials.txt b/docs/C - Misc. tutorials.txt index 4ad04a47..f5a78f6d 100644 --- a/docs/C - Misc. tutorials.txt +++ b/docs/C - Misc. tutorials.txt @@ -1,5 +1,5 @@ File.........: C - Misc. tutorials.txt -Copyright....: (C) 2010 Yann E. MORIN <yann.morin.1998@anciens.enib.fr> +Copyright....: (C) 2010 Yann E. MORIN <yann.morin.1998@free.fr> License......: Creative Commons Attribution Share Alike (CC-by-sa), v2.5 @@ -209,7 +209,7 @@ Here is a sample `hg email` complete command line: Note: replace " (at) " with "@" hg email --outgoing --intro \ - --to '"Yann E. MORIN" <yann.morin.1998 (at) anciens.enib.fr>' \ + --to '"Yann E. MORIN" <yann.morin.1998 (at) free.fr>' \ --cc 'crossgcc (at) sourceware.org' # It then opens an editor and lets you enter the subject @@ -305,4 +305,4 @@ Here is an example commit message (see revision 8bb5151c5b01): I missed refreshing the patch before pushing. :-( - Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> + Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> |