FEniCS: add more maintainers (#44240)

This commit is contained in:
Jack S. Hale 2024-05-17 11:03:21 +02:00 committed by GitHub
parent 9d591f9f7c
commit e604929a4c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@ class FenicsUfcx(CMakePackage):
homepage = "https://github.com/FEniCS/ffcx" homepage = "https://github.com/FEniCS/ffcx"
git = "https://github.com/FEniCS/ffcx.git" git = "https://github.com/FEniCS/ffcx.git"
url = "https://github.com/FEniCS/ffcx/archive/v0.4.2.tar.gz" url = "https://github.com/FEniCS/ffcx/archive/v0.4.2.tar.gz"
maintainers("ma595", "jhale") maintainers("ma595", "jhale", "garth-wells", "chrisrichardson")
license("LGPL-3.0-or-later") license("LGPL-3.0-or-later")