Fix two instances of duplicate 'https://' in URLs (#48628)

This commit is contained in:
Anna Rift 2025-01-17 22:59:02 -07:00 committed by GitHub
parent 65745fa0df
commit d0217cf04e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
class BppPopgen(CMakePackage): class BppPopgen(CMakePackage):
"""The Bio++ Population Genetics Library""" """The Bio++ Population Genetics Library"""
homepage = "https://https://github.com/BioPP/bpp-popgen" homepage = "https://github.com/BioPP/bpp-popgen"
url = "https://github.com/BioPP/bpp-popgen/archive/refs/tags/v2.4.1.tar.gz" url = "https://github.com/BioPP/bpp-popgen/archive/refs/tags/v2.4.1.tar.gz"
maintainers("snehring") maintainers("snehring")

View File

@ -8,7 +8,7 @@
class PyMlCollections(PythonPackage): class PyMlCollections(PythonPackage):
"""ML Collections is a library of Python collections designed for ML usecases.""" """ML Collections is a library of Python collections designed for ML usecases."""
homepage = "https://https://github.com/google/ml_collections" homepage = "https://github.com/google/ml_collections"
pypi = "ml_collections/ml_collections-0.1.0.tar.gz" pypi = "ml_collections/ml_collections-0.1.0.tar.gz"
git = "https://github.com/google/ml_collections" git = "https://github.com/google/ml_collections"