Change my name (#28737)

This commit is contained in:
Nils Vu 2022-02-03 00:21:45 +01:00 committed by GitHub
parent 22b7d9cf67
commit 18b83c3833
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -14,7 +14,7 @@ class Brigand(CMakePackage):
url = "https://github.com/edouarda/brigand/archive/1.0.0.tar.gz" url = "https://github.com/edouarda/brigand/archive/1.0.0.tar.gz"
git = "https://github.com/edouarda/brigand.git" git = "https://github.com/edouarda/brigand.git"
maintainers = ['nilsleiffischer'] maintainers = ['nilsvu']
version('master', branch='master') version('master', branch='master')
version('1.3.0', sha256='2468107c5b9ab0b56d84797dfc6636d0aae0507ae9cd6cb1acc1de85e5787acd') version('1.3.0', sha256='2468107c5b9ab0b56d84797dfc6636d0aae0507ae9cd6cb1acc1de85e5787acd')

View file

@ -12,7 +12,7 @@ class PyQuaternionic(PythonPackage):
homepage = "https://github.com/moble/quaternionic" homepage = "https://github.com/moble/quaternionic"
pypi = "quaternionic/quaternionic-1.0.1.tar.gz" pypi = "quaternionic/quaternionic-1.0.1.tar.gz"
maintainers = ['nilsleiffischer', 'moble'] maintainers = ['nilsvu', 'moble']
version('1.0.1', sha256='ea69733d7311784963922bf08cc0c9c938b62fee2f91219f56544ff30658c10e') version('1.0.1', sha256='ea69733d7311784963922bf08cc0c9c938b62fee2f91219f56544ff30658c10e')

View file

@ -13,7 +13,7 @@ class PySpherical(PythonPackage):
homepage = "https://github.com/moble/spherical" homepage = "https://github.com/moble/spherical"
pypi = "spherical/spherical-1.0.10.tar.gz" pypi = "spherical/spherical-1.0.10.tar.gz"
maintainers = ['nilsleiffischer', 'moble'] maintainers = ['nilsvu', 'moble']
version('1.0.10', sha256='a7f1d902aa89fd51174a0c69b2379c352d229bf7e088907e8eb4461ad227d95f') version('1.0.10', sha256='a7f1d902aa89fd51174a0c69b2379c352d229bf7e088907e8eb4461ad227d95f')

View file

@ -24,7 +24,7 @@ class Spectre(CMakePackage):
url = "https://github.com/sxs-collaboration/spectre/archive/v2021.12.15.tar.gz" url = "https://github.com/sxs-collaboration/spectre/archive/v2021.12.15.tar.gz"
git = "https://github.com/sxs-collaboration/spectre.git" git = "https://github.com/sxs-collaboration/spectre.git"
maintainers = ['nilsleiffischer'] maintainers = ['nilsvu']
generator = 'Ninja' generator = 'Ninja'