aboutsummaryrefslogtreecommitdiff
path: root/nix2/handle.go
diff options
context:
space:
mode:
Diffstat (limited to 'nix2/handle.go')
-rw-r--r--nix2/handle.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix2/handle.go b/nix2/handle.go
index 9073f9b..c43b146 100644
--- a/nix2/handle.go
+++ b/nix2/handle.go
@@ -6,7 +6,7 @@ import (
"sync"
"time"
- "git.deuxfleurs.fr/lx/nomad-driver-nix2/executor"
+ "git.deuxfleurs.fr/Deuxfleurs/nomad-driver-nix2/executor"
hclog "github.com/hashicorp/go-hclog"
plugin "github.com/hashicorp/go-plugin"
"github.com/hashicorp/nomad/plugins/drivers"