summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGlenn Johnson <glenn-johnson@uiowa.edu>2023-05-23 15:35:32 -0500
committerGitHub <noreply@github.com>2023-05-23 15:35:32 -0500
commit69e99f0c163fe084ff1fa6e52fc7624ad23924e1 (patch)
tree1ca8414e23aa933adb358c1f8c42f4e8016d04d2 /lib
parentbbee6dfc5827b465507c813f104c7ef0eec50e60 (diff)
downloadspack-69e99f0c163fe084ff1fa6e52fc7624ad23924e1.tar.gz
spack-69e99f0c163fe084ff1fa6e52fc7624ad23924e1.tar.bz2
spack-69e99f0c163fe084ff1fa6e52fc7624ad23924e1.tar.xz
spack-69e99f0c163fe084ff1fa6e52fc7624ad23924e1.zip
Remove myself as maintainer of R packages (#37859)
* Remove myself as maintainer of R packages I will no longer have the time to properly maintain these packages. * fix flake8 test for import
Diffstat (limited to 'lib')
-rw-r--r--lib/spack/spack/build_systems/r.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/spack/spack/build_systems/r.py b/lib/spack/spack/build_systems/r.py
index c6801d00f7..f2e7e095b7 100644
--- a/lib/spack/spack/build_systems/r.py
+++ b/lib/spack/spack/build_systems/r.py
@@ -7,7 +7,7 @@ from typing import Optional, Tuple
import llnl.util.lang as lang
-from spack.directives import extends, maintainers
+from spack.directives import extends
from .generic import GenericBuilder, Package
@@ -71,8 +71,6 @@ class RPackage(Package):
GenericBuilder = RBuilder
- maintainers("glennpj")
-
#: This attribute is used in UI queries that need to know the build
#: system base class
build_system_class = "RPackage"