fmt: Add git attribute (#41293)
This commit is contained in:
parent
2c4bc287b8
commit
367ca3f0ec
@ -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")
|
||||||
|
Loading…
Reference in New Issue
Block a user