rackspace -> maxlinc, to make sure travis works
diff --git a/acceptance/12-update-server.go b/acceptance/12-update-server.go
index 203b37d..cff4e64 100644
--- a/acceptance/12-update-server.go
+++ b/acceptance/12-update-server.go
@@ -3,7 +3,7 @@
 import (
 	"fmt"
 	"flag"
-	"github.com/rackspace/gophercloud"
+	"github.com/maxlinc/gophercloud"
 )
 
 var quiet = flag.Bool("quiet", false, "Quiet mode, for acceptance testing.  $? still indicates errors though.")