cans: update homepage and url (#46488)

This commit is contained in:
Wouter Deconinck 2024-09-21 01:45:29 -05:00 committed by GitHub
parent cd3bd453d3
commit 35ae2743d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,8 +15,8 @@ class Cans(MakefilePackage):
finite-difference Poisson equation finite-difference Poisson equation
in a 3D Cartesian grid.""" in a 3D Cartesian grid."""
homepage = "https://github.com/p-costa/CaNS" homepage = "https://github.com/CaNS-World/CaNS"
url = "https://github.com/p-costa/CaNS/archive/refs/tags/v1.1.4.tar.gz" url = "https://github.com/CaNS-World/CaNS/archive/refs/tags/v1.1.4.tar.gz"
maintainers("lhxone", "p-costa", "nscapin", "GabrieleBoga") maintainers("lhxone", "p-costa", "nscapin", "GabrieleBoga")