diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2014-03-18 09:11:09 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-03-18 09:11:09 +0100 |
commit | de60501f639afaa35c81c211b14d8d2481a15678 (patch) | |
tree | c7c61e5e7197014fd7270992f3529f91b4cec259 | |
parent | a920fdd007b523c0000206bc5718a4c5c60a15be (diff) | |
download | buildroot-de60501f639afaa35c81c211b14d8d2481a15678.tar.gz buildroot-de60501f639afaa35c81c211b14d8d2481a15678.zip |
vlc: use @buildroot.org for the mailing list
Now that @buildroot.org is working, we should use it everywhere.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/vlc/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/vlc/Config.in b/package/vlc/Config.in index ec1daf4fef..b7c6088a68 100644 --- a/package/vlc/Config.in +++ b/package/vlc/Config.in @@ -1,6 +1,6 @@ if BR2_PACKAGE_VLC comment "vlc is known not to work in all configurations" -comment "If you can fix it, please inform buildroot@buildroot.net" +comment "If you can fix it, please inform buildroot@buildroot.org" endif config BR2_PACKAGE_VLC |