Remove myself from maintainer lists (#45071)
This commit is contained in:
parent
ba79542f3c
commit
a6d5a34be3
@ -12,7 +12,7 @@ class ActsDd4hep(CMakePackage):
|
||||
homepage = "https://github.com/acts-project/acts-dd4hep"
|
||||
url = "https://github.com/acts-project/acts-dd4hep/archive/refs/tags/v1.0.0.tar.gz"
|
||||
|
||||
maintainers("HadrienG2", "wdconinc")
|
||||
maintainers("wdconinc")
|
||||
|
||||
version("1.0.1", sha256="e40f34ebc30b3c33a6802c9d94136e65072d8dcee0b7db57a645f08a64ea5334")
|
||||
version("1.0.0", sha256="991f996944c88efa837880f919239e50d12c5c9361e220bc9422438dd608308c")
|
||||
|
@ -33,7 +33,7 @@ class Acts(CMakePackage, CudaPackage):
|
||||
homepage = "https://acts.web.cern.ch/ACTS/"
|
||||
git = "https://github.com/acts-project/acts.git"
|
||||
list_url = "https://github.com/acts-project/acts/releases/"
|
||||
maintainers("HadrienG2")
|
||||
maintainers("wdconinc")
|
||||
|
||||
tags = ["hep"]
|
||||
|
||||
|
@ -16,7 +16,7 @@ class Actsvg(CMakePackage):
|
||||
list_url = "https://github.com/acts-project/actsvg/tags"
|
||||
git = "https://github.com/acts-project/actsvg.git"
|
||||
|
||||
maintainers("HadrienG2", "wdconinc", "stephenswat")
|
||||
maintainers("wdconinc", "stephenswat")
|
||||
|
||||
license("MPL-2.0")
|
||||
|
||||
|
@ -14,7 +14,7 @@ class Autodiff(CMakePackage):
|
||||
list_url = "https://github.com/autodiff/autodiff/tags"
|
||||
git = "https://github.com/autodiff/autodiff.git"
|
||||
|
||||
maintainers("wdconinc", "HadrienG2")
|
||||
maintainers("wdconinc")
|
||||
|
||||
license("MIT")
|
||||
|
||||
|
@ -22,9 +22,7 @@ class Root(CMakePackage):
|
||||
|
||||
tags = ["hep"]
|
||||
|
||||
maintainers(
|
||||
"drbenmorgan", "gartung", "greenc-FNAL", "HadrienG2", "marcmengel", "vitodb", "vvolkl"
|
||||
)
|
||||
maintainers("drbenmorgan", "gartung", "greenc-FNAL", "marcmengel", "vitodb", "vvolkl")
|
||||
|
||||
# ###################### Versions ##########################
|
||||
|
||||
|
@ -13,7 +13,7 @@ class Vecmem(CMakePackage, CudaPackage):
|
||||
url = "https://github.com/acts-project/vecmem/archive/refs/tags/v0.5.0.tar.gz"
|
||||
list_url = "https://github.com/acts-project/vecmem/tags"
|
||||
|
||||
maintainers("wdconinc", "HadrienG2", "stephenswat")
|
||||
maintainers("wdconinc", "stephenswat")
|
||||
|
||||
license("MPL-2.0-no-copyleft-exception")
|
||||
|
||||
|
@ -25,8 +25,6 @@ class Verrou(AutotoolsPackage):
|
||||
url = "https://github.com/edf-hpc/verrou/archive/v2.0.0.tar.gz"
|
||||
git = "https://github.com/edf-hpc/verrou.git"
|
||||
|
||||
maintainers("HadrienG2")
|
||||
|
||||
license("GPL-2.0-only")
|
||||
|
||||
version("develop", branch="master")
|
||||
|
Loading…
Reference in New Issue
Block a user