Browse Source

Merge pull request #789 from pschwartz/issue205

WIP gh-205 Updated maintainer line to have correct format.

Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 13 years ago
parent
commit
f7bcaff5f3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -146,7 +146,7 @@ INCLUDE(InstallRequiredSystemLibraries)
 SET(CPACK_PACKAGE_VERSION_MAJOR ${majorver})
 SET(CPACK_PACKAGE_VERSION_MINOR ${minorver})
 SET(CPACK_PACKAGE_VERSION_PATCH ${point}${stagever})
-set ( CPACK_PACKAGE_CONTACT "ossdevelopment@lexisnexis.com" )
+set ( CPACK_PACKAGE_CONTACT "HPCCSystems <ossdevelopment@lexisnexis.com>" )
 set( CPACK_SOURCE_GENERATOR TGZ )
 set ( CPACK_RPM_PACKAGE_VERSION "${projname}")
 SET(CPACK_RPM_PACKAGE_RELEASE "${version}")