Skip to content

Commit

Permalink
Update name and email for the package maintainer
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentSC committed Oct 18, 2018
1 parent 86133a7 commit 02d6006
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,12 @@ if(HIP_PLATFORM STREQUAL "hcc")
rocm_create_package(
NAME rocprim
DESCRIPTION "Radeon Open Compute Parallel Primitives Libary"
MAINTAINER "Jakub Szuppe <jakub@streamhpc.com>"
MAINTAINER "Stream HPC Maintainers <maintainer@streamhpc.com>"
)
else()
rocm_create_package(
NAME rocprim-hipcub
DESCRIPTION "Radeon Open Compute Parallel Primitives Libary (hipCUB only)"
MAINTAINER "Jakub Szuppe <jakub@streamhpc.com>"
MAINTAINER "Stream HPC Maintainers <maintainer@streamhpc.com>"
)
endif()

0 comments on commit 02d6006

Please sign in to comment.