Migrate from mumbleapp.com to mumble.info.

This commit is contained in:
Mikkel Krautz 2014-04-15 14:13:00 +02:00
parent 48765ff1e8
commit 8302bb2b08
12 changed files with 33 additions and 33 deletions

View file

@ -24,6 +24,6 @@ and on Windows, do something like this (for cmd.exe):
Then, it's time to install Grumble. The following line should do the trick: Then, it's time to install Grumble. The following line should do the trick:
$ go get mumbleapp.com/grumble $ go get mumble.info/grumble
And that should be it. Grumble has been built, and is available in $GOPATH/bin as 'grumble'. And that should be it. Grumble has been built, and is available in $GOPATH/bin as 'grumble'.

View file

@ -6,7 +6,7 @@ package main
import ( import (
"encoding/hex" "encoding/hex"
"mumbleapp.com/grumble/pkg/acl" "mumble.info/grumble/pkg/acl"
) )
// A Mumble channel // A Mumble channel

View file

@ -13,10 +13,10 @@ import (
"errors" "errors"
"io" "io"
"log" "log"
"mumbleapp.com/grumble/pkg/acl" "mumble.info/grumble/pkg/acl"
"mumbleapp.com/grumble/pkg/cryptstate" "mumble.info/grumble/pkg/cryptstate"
"mumbleapp.com/grumble/pkg/mumbleproto" "mumble.info/grumble/pkg/mumbleproto"
"mumbleapp.com/grumble/pkg/packetdata" "mumble.info/grumble/pkg/packetdata"
"net" "net"
"runtime" "runtime"
"time" "time"

View file

@ -10,11 +10,11 @@ import (
"io" "io"
"io/ioutil" "io/ioutil"
"log" "log"
"mumbleapp.com/grumble/pkg/acl" "mumble.info/grumble/pkg/acl"
"mumbleapp.com/grumble/pkg/ban" "mumble.info/grumble/pkg/ban"
"mumbleapp.com/grumble/pkg/freezer" "mumble.info/grumble/pkg/freezer"
"mumbleapp.com/grumble/pkg/mumbleproto" "mumble.info/grumble/pkg/mumbleproto"
"mumbleapp.com/grumble/pkg/serverconf" "mumble.info/grumble/pkg/serverconf"
"os" "os"
"path/filepath" "path/filepath"
"strconv" "strconv"

View file

@ -6,7 +6,7 @@ package main
import ( import (
"code.google.com/p/goprotobuf/proto" "code.google.com/p/goprotobuf/proto"
"mumbleapp.com/grumble/pkg/replacefile" "mumble.info/grumble/pkg/replacefile"
"io/ioutil" "io/ioutil"
"path/filepath" "path/filepath"
"strconv" "strconv"
@ -56,4 +56,4 @@ func (server *Server) freezeToFile() (err error) {
} }
return nil return nil
} }

View file

@ -8,8 +8,8 @@ import (
"flag" "flag"
"fmt" "fmt"
"log" "log"
"mumbleapp.com/grumble/pkg/blobstore" "mumble.info/grumble/pkg/blobstore"
"mumbleapp.com/grumble/pkg/logtarget" "mumble.info/grumble/pkg/logtarget"
"os" "os"
"path/filepath" "path/filepath"
"regexp" "regexp"

View file

@ -9,10 +9,10 @@ import (
"crypto/aes" "crypto/aes"
"crypto/tls" "crypto/tls"
"fmt" "fmt"
"mumbleapp.com/grumble/pkg/acl" "mumble.info/grumble/pkg/acl"
"mumbleapp.com/grumble/pkg/ban" "mumble.info/grumble/pkg/ban"
"mumbleapp.com/grumble/pkg/freezer" "mumble.info/grumble/pkg/freezer"
"mumbleapp.com/grumble/pkg/mumbleproto" "mumble.info/grumble/pkg/mumbleproto"
"net" "net"
"time" "time"
) )

View file

@ -13,8 +13,8 @@ import (
"database/sql" "database/sql"
"errors" "errors"
"log" "log"
"mumbleapp.com/grumble/pkg/acl" "mumble.info/grumble/pkg/acl"
"mumbleapp.com/grumble/pkg/ban" "mumble.info/grumble/pkg/ban"
"net" "net"
"os" "os"
"path/filepath" "path/filepath"

View file

@ -7,7 +7,7 @@ package cryptstate
import ( import (
"crypto/aes" "crypto/aes"
"crypto/cipher" "crypto/cipher"
"mumbleapp.com/grumble/pkg/cryptstate/ocb2" "mumble.info/grumble/pkg/cryptstate/ocb2"
) )
// ocb2Mode implements the OCB2-AES128 CryptoMode // ocb2Mode implements the OCB2-AES128 CryptoMode

View file

@ -17,14 +17,14 @@ import (
"fmt" "fmt"
"hash" "hash"
"log" "log"
"mumbleapp.com/grumble/pkg/acl" "mumble.info/grumble/pkg/acl"
"mumbleapp.com/grumble/pkg/ban" "mumble.info/grumble/pkg/ban"
"mumbleapp.com/grumble/pkg/freezer" "mumble.info/grumble/pkg/freezer"
"mumbleapp.com/grumble/pkg/htmlfilter" "mumble.info/grumble/pkg/htmlfilter"
"mumbleapp.com/grumble/pkg/logtarget" "mumble.info/grumble/pkg/logtarget"
"mumbleapp.com/grumble/pkg/mumbleproto" "mumble.info/grumble/pkg/mumbleproto"
"mumbleapp.com/grumble/pkg/serverconf" "mumble.info/grumble/pkg/serverconf"
"mumbleapp.com/grumble/pkg/sessionpool" "mumble.info/grumble/pkg/sessionpool"
"net" "net"
"path/filepath" "path/filepath"
"strings" "strings"

View file

@ -8,7 +8,7 @@ package main
import ( import (
"fmt" "fmt"
"mumbleapp.com/grumble/pkg/logtarget" "mumble.info/grumble/pkg/logtarget"
"os" "os"
"os/signal" "os/signal"
"syscall" "syscall"

View file

@ -4,7 +4,7 @@
package main package main
import "mumbleapp.com/grumble/pkg/acl" import "mumble.info/grumble/pkg/acl"
// A VoiceTarget holds information about a single // A VoiceTarget holds information about a single
// VoiceTarget entry of a Client. // VoiceTarget entry of a Client.