diff options
| author | Luke Hoersten <[email protected]> | 2026-08-01 09:53:44 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2026-08-01 09:53:44 -0500 |
| commit | eab57497338b290cf10454a7272c6890de12e824 (patch) | |
| tree | e0fdc8ab89972b0fdececdb14b8f95ca637c2f49 /mattertimectl | |
| parent | 3bf3b8424de4ccabd0a97faa6d6a99b1ffb558f8 (diff) | |
mattertimectl: hardcode the github user now that the shared var is gone
Diffstat (limited to 'mattertimectl')
| -rw-r--r-- | mattertimectl/build/defaults/main.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mattertimectl/build/defaults/main.yaml b/mattertimectl/build/defaults/main.yaml index 277d5a2..ccd486a 100644 --- a/mattertimectl/build/defaults/main.yaml +++ b/mattertimectl/build/defaults/main.yaml @@ -5,7 +5,7 @@ mattertimectl_version: "0.1.0" # Rust project: cargo build --release produces one self-contained binary # (all runtime deps are pure Rust), so the target only needs the binary to # run it. The source tarball must point at the Rust implementation. -mattertimectl_tar: "https://github.com/{{github_user}}/mattertimectl/archive/refs/tags/v{{mattertimectl_version}}.tar.gz" +mattertimectl_tar: "https://github.com/lukehoersten/mattertimectl/archive/refs/tags/v{{mattertimectl_version}}.tar.gz" mattertimectl_build_dir: "{{build_work_dir}}/mattertimectl-{{mattertimectl_version}}" mattertimectl_srv_dir: "{{build_srv_dir}}" |
