mirror of
https://codeberg.org/hyperreal/go-torrent-helper
synced 2024-11-01 16:53:09 +01:00
Set module name to tildegit.org
This commit is contained in:
parent
2d506fcafd
commit
c9677897d9
@ -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:
|
||||
|
@ -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"
|
||||
)
|
||||
|
||||
|
@ -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
2
debian/main.go
vendored
@ -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"
|
||||
)
|
||||
|
||||
|
@ -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
2
go.mod
@ -1,4 +1,4 @@
|
||||
module codeberg.org/hyperreal/go-torrent-helper
|
||||
module tildegit.org/hyperreal/go-torrent-helper
|
||||
|
||||
go 1.20
|
||||
|
||||
|
2
main.go
2
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() {
|
||||
|
@ -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"
|
||||
)
|
||||
|
||||
|
@ -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"
|
||||
)
|
||||
|
||||
|
@ -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"
|
||||
)
|
||||
|
||||
|
@ -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"
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user