Remove myself from maintainer lists (#45071)

This commit is contained in:
Hadrien G 2024-07-06 08:17:31 +02:00 committed by GitHub
parent ba79542f3c
commit a6d5a34be3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 6 additions and 10 deletions

View File

@ -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")

View File

@ -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"]

View File

@ -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")

View File

@ -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")

View File

@ -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 ##########################

View File

@ -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")

View File

@ -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")