tools

various tools I have been using throughout the years
Log | Files | Refs | README | LICENSE

commit 78c5d5c79397890df70d9cfd1328da02bf5dcbe0
parent 9a4dc079d1845724ff2e0e07b6da275db607ca91
Author: mtmn <miro@haravara.org>
Date:   Mon, 15 Jun 2026 00:04:25 +0200

build: use `GIT_URL` env var

Diffstat:
M.build.yml | 5+----
1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/.build.yml b/.build.yml @@ -15,11 +15,8 @@ packages: sources: - https://git.sr.ht/~mtmn/tools -secrets: - - 5d5cc3a6-71d0-490f-94e9-5755066a3b2c - environment: - GIT_REPOSITORY_URL: "https://git.sr.ht/~mtmn/tools" + GIT_URL: "https://git.sr.ht/~mtmn/tools" tasks: - build: |