stagit4github

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 174a5aed0d1a29e8588ae2c98961277bba565683
parent aedc5648e61e9bad688444fc36a502f50d9f8b42
Author: minerva-jupiter <ryouturn@gmail.com>
Date:   Wed,  9 Sep 2026 04:19:52 +0900

ci(workflow): update stagit repository URL to GitHub mirror

Diffstat:
M.github/workflows/stagit-build.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/stagit-build.yml b/.github/workflows/stagit-build.yml @@ -20,7 +20,7 @@ jobs: run: | sudo apt-get update sudo apt-get install -y libgit2-dev gcc make - git clone https://git.codemadness.org/stagit /tmp/stagit + git clone https://github.com/oxalorg/stagit.git /tmp/stagit cd /tmp/stagit make -j$(nproc) sudo make install