From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) (using TLSv1 with cipher CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 8CE8F1A1E3B for ; Mon, 24 Oct 2016 09:32:11 -0700 (PDT) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga103.fm.intel.com with ESMTP; 24 Oct 2016 09:32:10 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,542,1473145200"; d="scan'208";a="23413949" Received: from jcarsey-desk1.amr.corp.intel.com ([10.7.159.55]) by orsmga004.jf.intel.com with ESMTP; 24 Oct 2016 09:32:10 -0700 From: Jaben Carsey To: edk2-devel@lists.01.org Cc: Daryl McDaniel Date: Mon, 24 Oct 2016 09:32:08 -0700 Message-Id: X-Mailer: git-send-email 2.7.2.windows.1 Subject: [Patch] AppPkg: Update email and URL. X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2016 16:32:11 -0000 CC: Daryl McDaniel Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jaben Carsey --- AppPkg/Applications/Python/Ia32/pyconfig.h | 4 ++-- AppPkg/Applications/Python/Ipf/pyconfig.h | 4 ++-- AppPkg/Applications/Python/Python-2.7.10/Ia32/pyconfig.h | 2 +- AppPkg/Applications/Python/Python-2.7.10/X64/pyconfig.h | 2 +- AppPkg/Applications/Python/X64/pyconfig.h | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/AppPkg/Applications/Python/Ia32/pyconfig.h b/AppPkg/Applications/Python/Ia32/pyconfig.h index 7970f14..6a53801 100644 --- a/AppPkg/Applications/Python/Ia32/pyconfig.h +++ b/AppPkg/Applications/Python/Ia32/pyconfig.h @@ -932,7 +932,7 @@ #undef MVWDELCH_IS_EXPRESSION /* Define to the address where bug reports for this package should be sent. */ -#define PACKAGE_BUGREPORT "edk2-devel@lists.sourceforge.net" +#define PACKAGE_BUGREPORT "edk2-devel@lists.01.org" /* Define to the full name of this package. */ #define PACKAGE_NAME "EDK II Python Package" @@ -944,7 +944,7 @@ #define PACKAGE_TARNAME "EADK_Python" /* Define to the home page for this package. */ -#define PACKAGE_URL "http://edk2.tianocore.org/toolkit/python" +#define PACKAGE_URL "https://github.com/tianocore/edk2/tree/master/AppPkg/Applications/Python" /* Define to the version of this package. */ #define PACKAGE_VERSION "V0.8" diff --git a/AppPkg/Applications/Python/Ipf/pyconfig.h b/AppPkg/Applications/Python/Ipf/pyconfig.h index 5b06024..fe723a2 100644 --- a/AppPkg/Applications/Python/Ipf/pyconfig.h +++ b/AppPkg/Applications/Python/Ipf/pyconfig.h @@ -928,7 +928,7 @@ #undef MVWDELCH_IS_EXPRESSION /* Define to the address where bug reports for this package should be sent. */ -#define PACKAGE_BUGREPORT "edk2-devel@lists.sourceforge.net" +#define PACKAGE_BUGREPORT "edk2-devel@lists.01.org" /* Define to the full name of this package. */ #define PACKAGE_NAME "EDK II Python Package" @@ -940,7 +940,7 @@ #define PACKAGE_TARNAME "EADK_Python" /* Define to the home page for this package. */ -#define PACKAGE_URL "http://edk2.tianocore.org/toolkit/python" +#define PACKAGE_URL "https://github.com/tianocore/edk2/tree/master/AppPkg/Applications/Python" /* Define to the version of this package. */ #define PACKAGE_VERSION "V0.8" diff --git a/AppPkg/Applications/Python/Python-2.7.10/Ia32/pyconfig.h b/AppPkg/Applications/Python/Python-2.7.10/Ia32/pyconfig.h index b86cfa5..2f00eac 100644 --- a/AppPkg/Applications/Python/Python-2.7.10/Ia32/pyconfig.h +++ b/AppPkg/Applications/Python/Python-2.7.10/Ia32/pyconfig.h @@ -983,7 +983,7 @@ #define PACKAGE_TARNAME "EADK_Python" /* Define to the home page for this package. */ -#define PACKAGE_URL "http://edk2.tianocore.org/" +#define PACKAGE_URL "http://www.tianocore.org/" /* Define to the version of this package. */ #define PACKAGE_VERSION "V0.1" diff --git a/AppPkg/Applications/Python/Python-2.7.10/X64/pyconfig.h b/AppPkg/Applications/Python/Python-2.7.10/X64/pyconfig.h index 4b08254..dfe798b 100644 --- a/AppPkg/Applications/Python/Python-2.7.10/X64/pyconfig.h +++ b/AppPkg/Applications/Python/Python-2.7.10/X64/pyconfig.h @@ -982,7 +982,7 @@ #define PACKAGE_TARNAME "EADK_Python" /* Define to the home page for this package. */ -#define PACKAGE_URL "http://edk2.tianocore.org/" +#define PACKAGE_URL "http://www.tianocore.org/" /* Define to the version of this package. */ #define PACKAGE_VERSION "V0.1" diff --git a/AppPkg/Applications/Python/X64/pyconfig.h b/AppPkg/Applications/Python/X64/pyconfig.h index 325c0cb..129c362 100644 --- a/AppPkg/Applications/Python/X64/pyconfig.h +++ b/AppPkg/Applications/Python/X64/pyconfig.h @@ -984,7 +984,7 @@ #define PACKAGE_TARNAME "EADK_Python" /* Define to the home page for this package. */ -#define PACKAGE_URL "http://edk2.tianocore.org/" +#define PACKAGE_URL "http://www.tianocore.org/" /* Define to the version of this package. */ #define PACKAGE_VERSION "V0.1" -- 2.7.2.windows.1