diff options
Diffstat (limited to 'nix2/handle.go')
-rw-r--r-- | nix2/handle.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix2/handle.go b/nix2/handle.go index 0e54f4e..9073f9b 100644 --- a/nix2/handle.go +++ b/nix2/handle.go @@ -6,7 +6,7 @@ import ( "sync" "time" - "github.com/Alexis211/nomad-driver-exec2/executor" + "git.deuxfleurs.fr/lx/nomad-driver-nix2/executor" hclog "github.com/hashicorp/go-hclog" plugin "github.com/hashicorp/go-plugin" "github.com/hashicorp/nomad/plugins/drivers" |