Skip to content
Snippets Groups Projects
Unverified Commit 0cfc88c7 authored by Adam J. Stewart's avatar Adam J. Stewart Committed by GitHub
Browse files

openblas: http -> https (#13335)

parent 785d5d9c
Branches
Tags
No related merge requests found
......@@ -13,8 +13,8 @@
class Openblas(MakefilePackage):
"""OpenBLAS: An optimized BLAS library"""
homepage = 'http://www.openblas.net'
url = 'http://github.com/xianyi/OpenBLAS/archive/v0.2.19.tar.gz'
homepage = 'https://www.openblas.net'
url = 'https://github.com/xianyi/OpenBLAS/archive/v0.2.19.tar.gz'
git = 'https://github.com/xianyi/OpenBLAS.git'
version('develop', branch='develop')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment