package = "mod_muc_config_restrict"
version = "6-1"
description = {
	["summary"] = "Restrict MUC configuration options to server admins";
	["homepage"] = "https://modules.prosody.im/mod_muc_config_restrict.html";
	["license"] = "MIT";
}
build = {
	["type"] = "builtin";
	["modules"] = {
		["mod_muc_config_restrict"] = "mod_muc_config_restrict.lua";
	};
}
source = {
	["url"] = "https://hg.prosody.im/prosody-modules/archive/fe081789f7b5.tar.gz/mod_muc_config_restrict";
	["file"] = "prosody-modules-fe081789f7b5.tar.gz";
	["dir"] = "Community-Modules-fe081789f7b5/mod_muc_config_restrict";
}
