nixos/mailman: types.string -> types.str

This commit is contained in:
Alyssa Ross
2019-09-11 14:06:37 +00:00
parent 7782fcfffe
commit 27b459ce1e

View File

@@ -109,7 +109,7 @@ in {
};
webHosts = mkOption {
type = types.listOf types.string;
type = types.listOf types.str;
default = [];
description = ''
The list of hostnames and/or IP addresses from which the Mailman Web