Skip to content
Snippets Groups Projects
Unverified Commit d0217cf0 authored by Anna Rift's avatar Anna Rift Committed by GitHub
Browse files

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

parent 65745fa0
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
class BppPopgen(CMakePackage):
"""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"
maintainers("snehring")
......
......@@ -8,7 +8,7 @@
class PyMlCollections(PythonPackage):
"""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"
git = "https://github.com/google/ml_collections"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment