py-configspace: fix homepage (#47417)

This commit is contained in:
Wouter Deconinck 2024-11-04 22:59:04 -06:00 committed by GitHub
parent b862eec6bc
commit 5b59a53545
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@ class PyConfigspace(PythonPackage):
maintainers("Kerilk", "mdorier") maintainers("Kerilk", "mdorier")
homepage = "https://automl.github.io/ConfigSpace/master/" homepage = "https://automl.github.io/ConfigSpace/latest/"
pypi = "configspace/configspace-1.0.0.tar.gz" pypi = "configspace/configspace-1.0.0.tar.gz"
license("BSD-3-Clause") license("BSD-3-Clause")