From e70db1c2f824c1d46a316afe38238a9f7201d071 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Wed, 27 May 2026 06:24:07 +0000 Subject: Update remaining package import URLs --- .forgejo/ISSUE_TEMPLATE/bug.yaml | 2 +- .github/ISSUE_TEMPLATE/bug.yaml | 2 +- .golangci.yaml | 2 +- README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.forgejo/ISSUE_TEMPLATE/bug.yaml b/.forgejo/ISSUE_TEMPLATE/bug.yaml index d2929cf8..2f616c71 100644 --- a/.forgejo/ISSUE_TEMPLATE/bug.yaml +++ b/.forgejo/ISSUE_TEMPLATE/bug.yaml @@ -26,7 +26,7 @@ body: placeholder: | package main - import "codeberg.org/lindenii/furgit" + import "lindenii.org/go/furgit" func main() { // do something diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml index a9b33e94..5bc6d94f 100644 --- a/.github/ISSUE_TEMPLATE/bug.yaml +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -28,7 +28,7 @@ body: placeholder: | package main - import "codeberg.org/lindenii/furgit" + import "lindenii.org/go/furgit" func main() { // do something diff --git a/.golangci.yaml b/.golangci.yaml index b0ff8135..eabe89af 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -33,7 +33,7 @@ linters: - $all allow: - $gostd - - codeberg.org/lindenii/furgit + - lindenii.org/go/furgit - golang.org/x revive: rules: diff --git a/README.md b/README.md index bba47597..3fdff6ba 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Furgit [![builds.sr.ht status](https://builds.sr.ht/~runxiyu/furgit/commits/next.svg)](https://builds.sr.ht/~runxiyu/furgit/commits/next) -[![Go Reference](https://pkg.go.dev/badge/codeberg.org/lindenii/furgit.svg)](https://pkg.go.dev/codeberg.org/lindenii/furgit) +[![Go Reference](https://pkg.go.dev/badge/lindenii.org/go/furgit)](https://pkg.go.dev/lindenii.org/go/furgit) A low‐level Git plumbing library in Go. -- cgit v1.3.1-10-gc9f91