diff options
author | Thomas De Schampheleire <patrickdepinguin@gmail.com> | 2014-02-12 17:54:57 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-02-12 20:39:15 +0100 |
commit | 2f78767bb84a5c536a7fc3129b9460acada7426e (patch) | |
tree | b59695f42b1dc81ab8aec5d866c8ffe85e32d46f | |
parent | 1358a2e8024aa62566d17465ee7e8fc0e6c4aaa9 (diff) | |
download | buildroot-2f78767bb84a5c536a7fc3129b9460acada7426e.tar.gz buildroot-2f78767bb84a5c536a7fc3129b9460acada7426e.zip |
trivial: update buildroot e-mail address to buildroot@buildroot.org
As the e-mail address buildroot@buildroot.org is now enabled, update the
e-mail addresses in the source tree from @uclibc.org and @busybox.net to our
own proper domain.
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | Makefile | 1 | ||||
-rw-r--r-- | docs/README | 2 | ||||
-rw-r--r-- | docs/copyright.txt | 2 | ||||
-rw-r--r-- | docs/footer.html | 2 | ||||
-rw-r--r-- | docs/manual/contribute.txt | 2 | ||||
-rw-r--r-- | package/x11r7/xserver_xorg-server/xserver_xorg-server.mk | 2 |
6 files changed, 6 insertions, 5 deletions
@@ -2,6 +2,7 @@ # # Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org> # Copyright (C) 2006-2014 by the Buildroot developers <buildroot@uclibc.org> +# Copyright (C) 2014 by the Buildroot developers <buildroot@buildroot.org> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/docs/README b/docs/README index 974adeb56e..944347dd61 100644 --- a/docs/README +++ b/docs/README @@ -56,4 +56,4 @@ $ make HOSTCC=gcc-4.3 uclibc-menuconfig $ make HOSTCC=gcc-4.3 busybox-menuconfig Please feed suggestions, bug reports, insults, and bribes back to the -buildroot mailing list: buildroot@uclibc.org +buildroot mailing list: buildroot@buildroot.org diff --git a/docs/copyright.txt b/docs/copyright.txt index 4617d8ee00..0939b748d2 100644 --- a/docs/copyright.txt +++ b/docs/copyright.txt @@ -25,6 +25,6 @@ HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. You have been warned. -You can contact the webmaster at <buildroot@uclibc.org> if you have some sort +You can contact the webmaster at <buildroot@buildroot.org> if you have some sort of problem with this. diff --git a/docs/footer.html b/docs/footer.html index 9cc1e199d5..d3b239b644 100644 --- a/docs/footer.html +++ b/docs/footer.html @@ -14,7 +14,7 @@ <br> Mail all comments, insults, suggestions and bribes to <br> - The Buildroot developers <A HREF="mailto:buildroot@uclibc.org">buildroot@uclibc.org</A><BR> + The Buildroot developers <A HREF="mailto:buildroot@buildroot.org">buildroot@buildroot.org</A><BR> </font> </body> diff --git a/docs/manual/contribute.txt b/docs/manual/contribute.txt index 201685cc78..5602335044 100644 --- a/docs/manual/contribute.txt +++ b/docs/manual/contribute.txt @@ -48,7 +48,7 @@ before submitting them using your favorite text editor. Lastly, send/submit your patch set to the Buildroot mailing list: --------------------- -$ git send-email --to buildroot@busybox.net outgoing/* +$ git send-email --to buildroot@buildroot.org outgoing/* --------------------- Note that +git+ should be configured to use your mail account. diff --git a/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk b/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk index 4089aab83c..7d137026fc 100644 --- a/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk +++ b/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk @@ -57,7 +57,7 @@ XSERVER_XORG_SERVER_DEPENDENCIES = \ XSERVER_XORG_SERVER_CONF_OPT = --disable-config-hal \ --disable-xnest --disable-xephyr --disable-dmx \ - --with-builder-addr=buildroot@uclibc.org \ + --with-builder-addr=buildroot@buildroot.org \ CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include/pixman-1" \ --with-fontdir=/usr/share/fonts/X11/ --localstatedir=/var \ --$(if $(BR2_PACKAGE_XSERVER_XORG_SERVER_XVFB),en,dis)able-xvfb |