fmt: Add git attribute (#41293)

This commit is contained in:
Mikael Simberg
2023-11-29 12:50:28 +01:00
committed by GitHub
parent 2c4bc287b8
commit 367ca3f0ec

View File

@@ -13,6 +13,7 @@ class Fmt(CMakePackage):
homepage = "https://fmt.dev/"
url = "https://github.com/fmtlib/fmt/releases/download/7.1.3/fmt-7.1.3.zip"
git = "https://github.com/fmtlib/fmt.git"
maintainers("msimberg")
license("MIT")