Set module name to tildegit.org

This commit is contained in:
Jeffrey Serio 2023-07-02 15:12:46 -05:00
parent 2d506fcafd
commit c9677897d9
11 changed files with 17 additions and 17 deletions

View File

@ -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:

View File

@ -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"
)

View File

@ -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"
)

2
debian/main.go vendored
View File

@ -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"
)

View File

@ -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"
)

2
go.mod
View File

@ -1,4 +1,4 @@
module codeberg.org/hyperreal/go-torrent-helper
module tildegit.org/hyperreal/go-torrent-helper
go 1.20

View File

@ -4,7 +4,7 @@ import (
"log"
"os"
"codeberg.org/hyperreal/go-torrent-helper/command"
"tildegit.org/hyperreal/go-torrent-helper/command"
)
func main() {

View File

@ -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"
)

View File

@ -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"
)

View File

@ -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"
)

View File

@ -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"
)