Add iamashwin99 as a maintainer in Octopus package (#43163)

This commit is contained in:
Ashwin Kumar Karnad 2024-03-13 19:59:41 +01:00 committed by GitHub
parent 21b50fbbe3
commit 8c33841567
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,7 +19,7 @@ class Octopus(AutotoolsPackage, CudaPackage):
url = "https://octopus-code.org/download/6.0/octopus-6.0.tar.gz" url = "https://octopus-code.org/download/6.0/octopus-6.0.tar.gz"
git = "https://gitlab.com/octopus-code/octopus" git = "https://gitlab.com/octopus-code/octopus"
maintainers("fangohr", "RemiLacroix-IDRIS") maintainers("fangohr", "RemiLacroix-IDRIS", "iamashwin99")
license("Apache-2.0") license("Apache-2.0")