Add jmcarcell to the maintainers of some packages (#36909)
Co-authored-by: jmcarcell <jmcarcell@users.noreply.github.com>
This commit is contained in:
parent
b7c2cc9b85
commit
89b8445eb0
@ -19,7 +19,7 @@ class Dd4hep(CMakePackage):
|
|||||||
url = "https://github.com/AIDASoft/DD4hep/archive/v01-12-01.tar.gz"
|
url = "https://github.com/AIDASoft/DD4hep/archive/v01-12-01.tar.gz"
|
||||||
git = "https://github.com/AIDASoft/DD4hep.git"
|
git = "https://github.com/AIDASoft/DD4hep.git"
|
||||||
|
|
||||||
maintainers("vvolkl", "drbenmorgan")
|
maintainers("vvolkl", "drbenmorgan", "jmcarcell")
|
||||||
|
|
||||||
tags = ["hep"]
|
tags = ["hep"]
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ class Edm4hep(CMakePackage):
|
|||||||
url = "https://github.com/key4hep/EDM4hep/archive/v00-01.tar.gz"
|
url = "https://github.com/key4hep/EDM4hep/archive/v00-01.tar.gz"
|
||||||
git = "https://github.com/key4hep/EDM4hep.git"
|
git = "https://github.com/key4hep/EDM4hep.git"
|
||||||
|
|
||||||
maintainers("vvolkl")
|
maintainers("vvolkl", "jmcarcell")
|
||||||
|
|
||||||
tags = ["hep", "key4hep"]
|
tags = ["hep", "key4hep"]
|
||||||
|
|
||||||
|
@ -35,7 +35,7 @@ class Gaudi(CMakePackage):
|
|||||||
version("33.0", sha256="76a967c41f579acc432593d498875dd4dc1f8afd5061e692741a355a9cf233c8")
|
version("33.0", sha256="76a967c41f579acc432593d498875dd4dc1f8afd5061e692741a355a9cf233c8")
|
||||||
version("32.2", sha256="e9ef3eb57fd9ac7b9d5647e278a84b2e6263f29f0b14dbe1321667d44d969d2e")
|
version("32.2", sha256="e9ef3eb57fd9ac7b9d5647e278a84b2e6263f29f0b14dbe1321667d44d969d2e")
|
||||||
|
|
||||||
maintainers("drbenmorgan", "vvolkl")
|
maintainers("drbenmorgan", "vvolkl", "jmcarcell")
|
||||||
|
|
||||||
variant("aida", default=False, description="Build AIDA interfaces support")
|
variant("aida", default=False, description="Build AIDA interfaces support")
|
||||||
variant("cppunit", default=False, description="Build with CppUnit unit testing")
|
variant("cppunit", default=False, description="Build with CppUnit unit testing")
|
||||||
|
@ -15,7 +15,7 @@ class Podio(CMakePackage):
|
|||||||
url = "https://github.com/AIDASoft/podio/archive/v00-09-02.tar.gz"
|
url = "https://github.com/AIDASoft/podio/archive/v00-09-02.tar.gz"
|
||||||
git = "https://github.com/AIDASoft/podio.git"
|
git = "https://github.com/AIDASoft/podio.git"
|
||||||
|
|
||||||
maintainers("vvolkl", "drbenmorgan")
|
maintainers("vvolkl", "drbenmorgan", "jmcarcell")
|
||||||
|
|
||||||
tags = ["hep", "key4hep"]
|
tags = ["hep", "key4hep"]
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ class Sio(CMakePackage):
|
|||||||
homepage = "https://github.com/iLCSoft/SIO"
|
homepage = "https://github.com/iLCSoft/SIO"
|
||||||
git = "https://github.com/iLCSoft/SIO.git"
|
git = "https://github.com/iLCSoft/SIO.git"
|
||||||
|
|
||||||
maintainers("vvolkl", "tmadlener")
|
maintainers("vvolkl", "tmadlener", "jmcarcell")
|
||||||
|
|
||||||
version("master", branch="master")
|
version("master", branch="master")
|
||||||
version("0.1", sha256="0407c0daeae53660c0562f9302a220f72ab51547050cd9fe9113b995804ab4b4")
|
version("0.1", sha256="0407c0daeae53660c0562f9302a220f72ab51547050cd9fe9113b995804ab4b4")
|
||||||
|
Loading…
Reference in New Issue
Block a user