summary refs log tree commit diff stats
path: root/qemu.nsi
diff options
context:
space:
mode:
authorStefan Hajnoczi <stefanha@redhat.com>2013-10-11 14:52:38 +0200
committerAnthony Liguori <aliguori@amazon.com>2013-10-11 09:34:56 -0700
commit859389810910f232188675d2f10b15f1aad77660 (patch)
treef0b4298aae755ab3e2fa5e94a70bfc06b1df80f6 /qemu.nsi
parent33c6cae44eccea5e627c2dc5cbf31456db90fc38 (diff)
downloadfocaccia-qemu-859389810910f232188675d2f10b15f1aad77660.tar.gz
focaccia-qemu-859389810910f232188675d2f10b15f1aad77660.zip
Use qemu-project.org domain name
qemu.org is held by a third-party and no core community contributor has
access to the DNS configuration.  This leaves the website exposed to
outages due to DNS issues or IP address changes.  For example, if the
web server IP address needs to change we cannot guarantee qemu.org will
point to it!

The newer qemu-project.org domain name is owned by Anthony Liguori
<anthony@codemonkey.ws>.  You can confirm this by querying the whois
information.  Also note that the #qemu IRC channel topic already
references qemu-project.org.

Short of having a dedicated legal entity to hold the domain name on
behalf of the community, qemu-project.org seems like the safest bet.

Let's replace references to qemu.org with qemu-project.org.

Note that git-submodule(1) does not detect URL changes.  The following
commands clear out and re-initialize all submodules to ensure you are
using the latest URLs:

  $ git submodule deinit . # you'll be warned if you have local changes
  $ rm -rf .git/modules    # also clear cached .git/ directories
  $ git submodule update --init

Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-id: 1381495958-8306-1-git-send-email-stefanha@redhat.com
Signed-off-by: Anthony Liguori <aliguori@amazon.com>
Diffstat (limited to 'qemu.nsi')
-rw-r--r--qemu.nsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu.nsi b/qemu.nsi
index 1d57455956..0dc1f52693 100644
--- a/qemu.nsi
+++ b/qemu.nsi
@@ -20,7 +20,7 @@
 ; NSIS_WIN32_MAKENSIS
 
 !define PRODUCT "QEMU"
-!define URL     "http://www.qemu.org/"
+!define URL     "http://www.qemu-project.org/"
 
 !define UNINST_EXE "$INSTDIR\qemu-uninstall.exe"
 !define UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT}"