R: add maintainer(s) (#21119)

* R: add maintainer(s)

* Add maintainer to base class
This commit is contained in:
Adam J. Stewart
2021-02-01 11:33:33 -06:00
committed by GitHub
parent 40a40e0265
commit 1d636bed6a
2 changed files with 4 additions and 0 deletions

View File

@@ -25,6 +25,8 @@ class RPackage(PackageBase):
"""
phases = ['install']
maintainers = ['glennpj']
#: This attribute is used in UI queries that need to know the build
#: system base class
build_system_class = 'RPackage'