summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorHaihao Xiang <haihao.xiang@intel.com>2018-03-12 10:39:11 +0800
committerXiang, Haihao <haihao.xiang@intel.com>2018-03-15 09:41:37 +0800
commit96de59b233a2620bc9a1d20b9de85fadb9f4a646 (patch)
tree98cc4b4f9c8a141f13d28e367228c5c87a695942 /configure.ac
parent88084bc5ef33b74e63eaa7335d6f6c012c94874f (diff)
downloadlibva-96de59b233a2620bc9a1d20b9de85fadb9f4a646.tar.gz
Use the new link URLs
We moved libva from github/01org to github/intel, however some files still have links to the old 01org URLs, this commit updates these links to the new intel URLs. In addition, this commit added a contact email address for security issue reporting This fixes https://github.com/intel/libva/issues/189 Signed-off-by: Haihao Xiang <haihao.xiang@intel.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 79a6fce..58db510 100644
--- a/configure.ac
+++ b/configure.ac
@@ -84,9 +84,9 @@ m4_define([wayland_api_version], [1.11.0])
AC_PREREQ(2.57)
AC_INIT([libva],
[libva_version],
- [https://github.com/01org/libva/issues/new],
+ [https://github.com/intel/libva/issues/new],
[libva],
- [https://github.com/01org/libva])
+ [https://github.com/intel/libva])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_MACRO_DIR([m4])