Spglib: update the homepage (#42243)

The previous link gives a 404 error.
This commit is contained in:
Rémi Lacroix 2024-01-23 15:54:01 +01:00 committed by GitHub
parent 40b8dfceed
commit 9be7f2328f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@
class Spglib(CMakePackage):
"""C library for finding and handling crystal symmetries."""
homepage = "https://atztogo.github.io/spglib/"
homepage = "https://spglib.readthedocs.io/"
url = "https://github.com/spglib/spglib/archive/v2.0.2.tar.gz"
maintainers("RMeli")