diff options
Diffstat (limited to 'Omni/Bild.hs')
-rwxr-xr-x | Omni/Bild.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Omni/Bild.hs b/Omni/Bild.hs index 9c649a7..967d143 100755 --- a/Omni/Bild.hs +++ b/Omni/Bild.hs @@ -662,7 +662,7 @@ analyze hmap ns = case Map.lookup ns hmap of .. } Namespace.Nix -> - (host == "lithium") ?: (Local user "lithium", Remote user "dev.simatime.com") |> \builder -> + (host == "lithium") ?: (Local user "lithium", Remote user "dev.bensima.com") |> \builder -> Target { langdeps = Set.empty, wrapper = Nothing, |