summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon TURNEY <jon.turney@dronecode.org.uk>2014-05-12 14:10:23 +0100
committerJon TURNEY <jon.turney@dronecode.org.uk>2014-05-12 14:10:23 +0100
commit2f00ef541235537751ea4bd22d335fccfc4c31e7 (patch)
tree39ffbafd88a9d6e05dc970c84b765333801838f7
parent7f3268d0a800787e3c4cf56d6bea30469697a1fc (diff)
Use the correct address for xorg-devel list
-rwxr-xr-xjhbuild_repository_configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/jhbuild_repository_configure b/jhbuild_repository_configure
index e81f630..47dd600 100755
--- a/jhbuild_repository_configure
+++ b/jhbuild_repository_configure
@@ -16,7 +16,7 @@ function repository_configure ()
case $i in
xserver)
- EMAIL="xorg-devel@lists.freedesktop.org"
+ EMAIL="xorg-devel@lists.x.org"
SUBJECT="PATCH"
;;
libxcb)
@@ -48,7 +48,7 @@ function repository_configure ()
SUBJECT="PATCH"
;;
*)
- EMAIL="xorg-devel@lists.freedesktop.org"
+ EMAIL="xorg-devel@lists.x.org"
SUBJECT="PATCH `git config remote.origin.url | sed s#git://anongit.freedesktop.org/git/xorg/##`"
;;
esac