From c9677897d96c9d4182e6b5629dac9d094c525414 Mon Sep 17 00:00:00 2001 From: Jeffrey Serio <23226432+hyperreal64@users.noreply.github.com> Date: Sun, 2 Jul 2023 15:12:46 -0500 Subject: [PATCH] Set module name to tildegit.org --- README.org | 2 +- almalinux/main.go | 2 +- command/main.go | 14 +++++++------- debian/main.go | 2 +- fedora/main.go | 2 +- go.mod | 2 +- main.go | 2 +- nixos/main.go | 2 +- parrot/main.go | 2 +- qubes/main.go | 2 +- rocky/main.go | 2 +- 11 files changed, 17 insertions(+), 17 deletions(-) diff --git a/README.org b/README.org index 3211870..10f842d 100644 --- a/README.org +++ b/README.org @@ -9,7 +9,7 @@ export TRANSMISSION_RPC_URL=10.0.0.42 Install with Go: #+begin_src shell -go install codeberg.org/hyperreal/go-torrent-helper@latest +go install tildegit.org/hyperreal/go-torrent-helper@latest #+end_src Example usage: diff --git a/almalinux/main.go b/almalinux/main.go index 1ff8615..7635b8c 100644 --- a/almalinux/main.go +++ b/almalinux/main.go @@ -4,7 +4,7 @@ import ( "fmt" "log" - "codeberg.org/hyperreal/go-torrent-helper/common" + "tildegit.org/hyperreal/go-torrent-helper/common" "github.com/hekmon/transmissionrpc" ) diff --git a/command/main.go b/command/main.go index 273bbc0..586c965 100644 --- a/command/main.go +++ b/command/main.go @@ -6,13 +6,13 @@ import ( "fmt" "os" - "codeberg.org/hyperreal/go-torrent-helper/almalinux" - "codeberg.org/hyperreal/go-torrent-helper/debian" - "codeberg.org/hyperreal/go-torrent-helper/fedora" - "codeberg.org/hyperreal/go-torrent-helper/nixos" - "codeberg.org/hyperreal/go-torrent-helper/parrot" - "codeberg.org/hyperreal/go-torrent-helper/qubes" - "codeberg.org/hyperreal/go-torrent-helper/rocky" + "tildegit.org/hyperreal/go-torrent-helper/almalinux" + "tildegit.org/hyperreal/go-torrent-helper/debian" + "tildegit.org/hyperreal/go-torrent-helper/fedora" + "tildegit.org/hyperreal/go-torrent-helper/nixos" + "tildegit.org/hyperreal/go-torrent-helper/parrot" + "tildegit.org/hyperreal/go-torrent-helper/qubes" + "tildegit.org/hyperreal/go-torrent-helper/rocky" "github.com/hekmon/transmissionrpc" ) diff --git a/debian/main.go b/debian/main.go index 1ddbff5..2eaa81b 100644 --- a/debian/main.go +++ b/debian/main.go @@ -4,7 +4,7 @@ import ( "fmt" "log" - "codeberg.org/hyperreal/go-torrent-helper/common" + "tildegit.org/hyperreal/go-torrent-helper/common" "github.com/hekmon/transmissionrpc" ) diff --git a/fedora/main.go b/fedora/main.go index c1e41e7..d8b1f2f 100644 --- a/fedora/main.go +++ b/fedora/main.go @@ -6,7 +6,7 @@ import ( "regexp" "strings" - "codeberg.org/hyperreal/go-torrent-helper/common" + "tildegit.org/hyperreal/go-torrent-helper/common" "github.com/hekmon/transmissionrpc" ) diff --git a/go.mod b/go.mod index b5880c8..8e33863 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module codeberg.org/hyperreal/go-torrent-helper +module tildegit.org/hyperreal/go-torrent-helper go 1.20 diff --git a/main.go b/main.go index a2b7b37..f8389b2 100644 --- a/main.go +++ b/main.go @@ -4,7 +4,7 @@ import ( "log" "os" - "codeberg.org/hyperreal/go-torrent-helper/command" + "tildegit.org/hyperreal/go-torrent-helper/command" ) func main() { diff --git a/nixos/main.go b/nixos/main.go index 8911645..42d212a 100644 --- a/nixos/main.go +++ b/nixos/main.go @@ -4,7 +4,7 @@ import ( "encoding/json" "log" - "codeberg.org/hyperreal/go-torrent-helper/common" + "tildegit.org/hyperreal/go-torrent-helper/common" "github.com/hekmon/transmissionrpc" ) diff --git a/parrot/main.go b/parrot/main.go index 0e3c0ac..0183747 100644 --- a/parrot/main.go +++ b/parrot/main.go @@ -4,7 +4,7 @@ import ( "fmt" "log" - "codeberg.org/hyperreal/go-torrent-helper/common" + "tildegit.org/hyperreal/go-torrent-helper/common" "github.com/hekmon/transmissionrpc" ) diff --git a/qubes/main.go b/qubes/main.go index bdb13f8..cda0b69 100644 --- a/qubes/main.go +++ b/qubes/main.go @@ -4,7 +4,7 @@ import ( "fmt" "log" - "codeberg.org/hyperreal/go-torrent-helper/common" + "tildegit.org/hyperreal/go-torrent-helper/common" "github.com/hekmon/transmissionrpc" ) diff --git a/rocky/main.go b/rocky/main.go index afb6ba9..74cefcb 100644 --- a/rocky/main.go +++ b/rocky/main.go @@ -4,7 +4,7 @@ import ( "fmt" "log" - "codeberg.org/hyperreal/go-torrent-helper/common" + "tildegit.org/hyperreal/go-torrent-helper/common" "github.com/hekmon/transmissionrpc" )