# HG changeset patch
# User Kim Alvefur <zash@zash.se>
# Date 1702827687 -3600
# Node ID 3adc67301722365cfd7c60127be6ca1c0a388c4f
# Parent  c8f3cfe59e90530c460aa304182aeb7794eb1710
scansion: Use new prosody namespace in import

diff -r c8f3cfe59e90 -r 3adc67301722 spec/scansion/prosody.cfg.lua
--- a/spec/scansion/prosody.cfg.lua	Sun Dec 17 16:29:03 2023 +0100
+++ b/spec/scansion/prosody.cfg.lua	Sun Dec 17 16:41:27 2023 +0100
@@ -3,7 +3,7 @@
 admins = { "admin@localhost" }
 
 network_backend = ENV_PROSODY_NETWORK_BACKEND or "epoll"
-network_settings = require"util.json".decode(ENV_PROSODY_NETWORK_SETTINGS or "{}")
+network_settings = require"prosody.util.json".decode(ENV_PROSODY_NETWORK_SETTINGS or "{}")
 
 modules_enabled = {
 	-- Generally required