From 9c5fe7a249f0323cc3750868b55a010f39d68f16 Mon Sep 17 00:00:00 2001 From: Uwe Bonnes Date: Tue, 11 Jan 2011 15:34:13 +0100 Subject: [PATCH] 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. --- CMakeLists.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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} ) -- 1.7.1