aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-05-27 06:24:07 +0000
committerGravatar Runxi Yu2026-05-27 06:25:37 +0000
commit090722278295d59208a4d1fea1a985a930ceb51b (patch)
treecd394cd87cd6f44ad9229668a2d7291446ea156c
parentSwitch package URLs to lindenii.org/go/furgit (diff)
signatureNo signature
Update remaining package import URLs v0.1.179
-rw-r--r--.forgejo/ISSUE_TEMPLATE/bug.yaml2
-rw-r--r--.github/ISSUE_TEMPLATE/bug.yaml2
-rw-r--r--.golangci.yaml2
-rw-r--r--README.md2
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 254682fe..6ba5839e 100644
--- a/.golangci.yaml
+++ b/.golangci.yaml
@@ -39,7 +39,7 @@ linters:
- $all
allow:
- $gostd
- - codeberg.org/lindenii/furgit
+ - lindenii.org/go/furgit
- golang.org/x
gosec:
excludes:
diff --git a/README.md b/README.md
index 2f2175b6..09c5eb65 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# Furgit
[![builds.sr.ht status](https://builds.sr.ht/~runxiyu/furgit/commits/master.svg)](https://builds.sr.ht/~runxiyu/furgit/commits/master)
-[![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.svg)](https://pkg.go.dev/lindenii.org/go/furgit)
A low‐level Git plumbing library in Go.