Remove danvev as maintainer of intel packages (#28806)

* Remove danvev as maintainer of intel packages
* Update hash to trigger gitlab again
This commit is contained in:
Robert Cohn 2022-02-09 12:51:36 -05:00 committed by GitHub
parent d4ca803fc5
commit 7f1759b52e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -11,7 +11,7 @@ class IntelParallelStudio(IntelPackage):
homepage = "https://software.intel.com/en-us/intel-parallel-studio-xe"
maintainers = ['rscohn2', 'danvev']
maintainers = ['rscohn2']
# As of 2016, the product comes in three "editions" that vary by scope.
#

View File

@ -12,7 +12,8 @@ class Intel(IntelPackage):
homepage = "https://software.intel.com/en-us/intel-parallel-studio-xe"
maintainers = ['rscohn2', 'danvev']
# Robert Cohn
maintainers = ['rscohn2']
# Same as in ../intel-parallel-studio/package.py, Composer Edition,
# but the version numbering in Spack differs.