Jaypore CI

> Jaypore CI: Minimal, Offline, Local CI system.
Log | Files | Refs | README | LICENSE

commit cf25d7bc6cc1d729447ca653e8032b6688c02b39
parent df295981cc6198cc2a9c8a645ece17a55ebc5e06
Author: Arjoonn Sharma <arjoonn@midpathsoftware.com>
Date:   Sat, 28 Feb 2026 12:35:43 +0530

x

Diffstat:
Mcmd/git-jci/main.go | 2+-
Mgo.mod | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmd/git-jci/main.go b/cmd/git-jci/main.go @@ -4,7 +4,7 @@ import ( "fmt" "os" - "github.com/exedev/git-jci/internal/jci" + "github.com/theSage21/jaypore_ci" ) // version is set at build time via -ldflags "-X main.version=<version>". diff --git a/go.mod b/go.mod @@ -1,3 +1,3 @@ -module github.com/exedev/git-jci +module https://github.com/theSage21/jaypore_ci go 1.22.2