CUDA: update maintainers (#19262)

This commit is contained in:
Adam J. Stewart 2020-10-11 23:11:17 -05:00 committed by GitHub
parent 683ecb3f6e
commit 759e8ee4c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -13,7 +13,7 @@ class CudaPackage(PackageBase):
"""Auxiliary class which contains CUDA variant, dependencies and conflicts
and is meant to unify and facilitate its usage.
Maintainers: ax3l, svenevs
Maintainers: ax3l, Rombur
"""
# https://docs.nvidia.com/cuda/cuda-compiler-driver-nvcc/index.html#gpu-feature-list

View file

@ -67,6 +67,7 @@ class Cuda(Package):
homepage = "https://developer.nvidia.com/cuda-zone"
maintainers = ['ax3l', 'Rombur']
executables = ['^nvcc$']
for ver, packages in _versions.items():