From 02d6006a7951c53ecfd245200d58809d3eee0b48 Mon Sep 17 00:00:00 2001 From: VincentSC Date: Thu, 18 Oct 2018 20:18:28 +0200 Subject: [PATCH] Update name and email for the package maintainer --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 00c8a98e6..92603e930 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -118,12 +118,12 @@ if(HIP_PLATFORM STREQUAL "hcc") rocm_create_package( NAME rocprim DESCRIPTION "Radeon Open Compute Parallel Primitives Libary" - MAINTAINER "Jakub Szuppe " + MAINTAINER "Stream HPC Maintainers " ) else() rocm_create_package( NAME rocprim-hipcub DESCRIPTION "Radeon Open Compute Parallel Primitives Libary (hipCUB only)" - MAINTAINER "Jakub Szuppe " + MAINTAINER "Stream HPC Maintainers " ) endif()