From: Uwe Bonnes Date: Tue, 11 Jan 2011 14:34:13 +0000 (+0100) Subject: Fix mantainer in CMakeLists.txt X-Git-Tag: v1.0rc1~144 X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=commitdiff_plain;h=9c5fe7a249f0323cc3750868b55a010f39d68f16 Fix mantainer in CMakeLists.txt Hello, don't know how the other name slipped in. Perhaps libftdi@developer.intra2net.com is also a better choice. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 796b0d4..1f3167b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -59,7 +59,7 @@ endif(NOT APPLE) # Package information set(CPACK_PACKAGE_VERSION ${VERSION_STRING}) -set(CPACK_PACKAGE_CONTACT "Marek Vavrusa ") +set(CPACK_PACKAGE_CONTACT "Intra2net AG ") set(CPACK_PACKAGE_DESCRIPTION "libftdi library.") set(CPACK_PACKAGE_DESCRIPTION_SUMMARY ${CPACK_PACKAGE_DESCRIPTION} )