All git URLs end in .git

This commit is contained in:
Adam J. Stewart
2018-07-24 21:17:01 -05:00
committed by Todd Gamblin
parent 31417bf66c
commit e948a54d8e
15 changed files with 19 additions and 19 deletions

View File

@@ -30,7 +30,7 @@ class Pgmath(CMakePackage):
"""Flang's math library"""
homepage = "https://github.com/flang-compiler/flang"
git = "https://github.com/flang-compiler/flang"
git = "https://github.com/flang-compiler/flang.git"
version('develop', branch='master')