summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Simberg <mikael.simberg@iki.fi>2023-11-29 12:50:28 +0100
committerGitHub <noreply@github.com>2023-11-29 12:50:28 +0100
commit367ca3f0ec1f5b01059e7cd9bf60d394bdb1773c (patch)
tree019b951761b94a21071d008082795005f96ef148
parent2c4bc287b82f7c736ac95f7749466310182614a6 (diff)
downloadspack-367ca3f0ec1f5b01059e7cd9bf60d394bdb1773c.tar.gz
spack-367ca3f0ec1f5b01059e7cd9bf60d394bdb1773c.tar.bz2
spack-367ca3f0ec1f5b01059e7cd9bf60d394bdb1773c.tar.xz
spack-367ca3f0ec1f5b01059e7cd9bf60d394bdb1773c.zip
fmt: Add git attribute (#41293)
-rw-r--r--var/spack/repos/builtin/packages/fmt/package.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/fmt/package.py b/var/spack/repos/builtin/packages/fmt/package.py
index d88823705d..21c5fa5c5b 100644
--- a/var/spack/repos/builtin/packages/fmt/package.py
+++ b/var/spack/repos/builtin/packages/fmt/package.py
@@ -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")