From eab57497338b290cf10454a7272c6890de12e824 Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Sat, 1 Aug 2026 09:53:44 -0500 Subject: mattertimectl: hardcode the github user now that the shared var is gone --- mattertimectl/build/defaults/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}}" -- cgit v1.2.3