diff options
author | Alex Auvolat <alex@adnab.me> | 2022-11-29 14:44:49 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-11-29 14:44:49 +0100 |
commit | 8b17eeac11b009e8ab7715aac0b56fbea555df59 (patch) | |
tree | ae389d297f3ca1d6d043cacadff4575e44703ba1 /nix2 | |
parent | d13a77952cd6404fa535b3863fca0a5bf8501af5 (diff) | |
download | nomad-driver-nix2-8b17eeac11b009e8ab7715aac0b56fbea555df59.tar.gz nomad-driver-nix2-8b17eeac11b009e8ab7715aac0b56fbea555df59.zip |
Rename to Deuxfleurs
Diffstat (limited to 'nix2')
-rw-r--r-- | nix2/driver.go | 2 | ||||
-rw-r--r-- | nix2/handle.go | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/nix2/driver.go b/nix2/driver.go index 3fe052f..96bbf42 100644 --- a/nix2/driver.go +++ b/nix2/driver.go @@ -10,7 +10,7 @@ import ( "sync" "time" - "git.deuxfleurs.fr/lx/nomad-driver-nix2/executor" + "git.deuxfleurs.fr/Deuxfleurs/nomad-driver-nix2/executor" "github.com/hashicorp/consul-template/signals" hclog "github.com/hashicorp/go-hclog" "github.com/hashicorp/nomad/client/lib/cgutil" 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" |