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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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