ginkgo: add maintainers (#12273)
This commit is contained in:
parent
3ad61441f1
commit
47aa08081a
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ class Ginkgo(CMakePackage, CudaPackage):
|
||||||
url = "https://github.com/ginkgo-project/ginkgo.git"
|
url = "https://github.com/ginkgo-project/ginkgo.git"
|
||||||
git = "https://github.com/ginkgo-project/ginkgo.git"
|
git = "https://github.com/ginkgo-project/ginkgo.git"
|
||||||
|
|
||||||
|
maintainers = ['tcojean', 'hartwiganzt']
|
||||||
|
|
||||||
version('develop', branch='develop')
|
version('develop', branch='develop')
|
||||||
version('master', branch='master')
|
version('master', branch='master')
|
||||||
version('1.0.0', commit='4524464') # v1.0.0
|
version('1.0.0', commit='4524464') # v1.0.0
|
||||||
|
|
Loading…
Reference in a new issue