chore: migrate module path to public org
Some checks failed
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled
CI / test (push) Has been cancelled
CI / functional (push) Has been cancelled

Move from forgejo.zerova.net/sid/fgj-sid to
forgejo.zerova.net/public/fgj-sid to reflect the new public org.
This commit is contained in:
sid 2026-04-11 10:34:34 -06:00
parent 2e6575c660
commit c2251d9932
22 changed files with 48 additions and 48 deletions

View file

@ -5,7 +5,7 @@
`fgj` is a command-line tool for working with Forgejo and Gitea instances. It brings pull requests, issues, and other forge concepts to the terminal, similar to what `gh` does for GitHub. This fork adds agentic dev features — raw API access, PR review workflows, structured error output, and machine-readable I/O for AI coding agents.
> Forked from [codeberg.org/romaintb/fgj](https://codeberg.org/romaintb/fgj) and hosted at [forgejo.zerova.net/sid/fgj-sid](https://forgejo.zerova.net/sid/fgj-sid).
> Forked from [codeberg.org/romaintb/fgj](https://codeberg.org/romaintb/fgj) and hosted at [forgejo.zerova.net/public/fgj-sid](https://forgejo.zerova.net/public/fgj-sid).
## Features
@ -40,13 +40,13 @@ brew install fgj
### Using Go Install
```bash
go install forgejo.zerova.net/sid/fgj-sid@latest
go install forgejo.zerova.net/public/fgj-sid@latest
```
### From Source
```bash
git clone https://forgejo.zerova.net/sid/fgj-sid.git
git clone https://forgejo.zerova.net/public/fgj-sid.git
cd fgj-sid
go build -o fgj .
```
@ -557,7 +557,7 @@ fgj pr view 9999 --json --json-errors 2>errors.json
## Contributing
Contributions are welcome! Please feel free to submit a Pull Request at [forgejo.zerova.net/sid/fgj-sid](https://forgejo.zerova.net/sid/fgj-sid).
Contributions are welcome! Please feel free to submit a Pull Request at [forgejo.zerova.net/public/fgj-sid](https://forgejo.zerova.net/public/fgj-sid).
## Missing Features / Roadmap