summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--architecture/data.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/architecture/data.mdwn b/architecture/data.mdwn
index c0d33f4..969cc5a 100644
--- a/architecture/data.mdwn
+++ b/architecture/data.mdwn
@@ -6,7 +6,7 @@ Dynamic data lookup should opportunisticly cache any associated cheap data. For
datum #stored location #constraint
username #usually $ENV{SUDO_USER} #!~ /^git-|^ikiwiki-/ and =~ /^[a-zA-Z0-9_.][a-zA-Z0-9_.-]+$/
uid #/etc/passwd #None
-email #/etc/passwd GECOS #Email::Valid::Loose->new( "-fqdn" => 1"," "-fudge" => 0, "-local_rules" => 0, "-mxcheck" => 1, "-tldcheck" => 0 );
+email #/etc/passwd GECOS #Email::Valid::Loose->new( "-fqdn" => 1, "-fudge" => 0, "-local_rules" => 0, "-mxcheck" => 1, "-tldcheck" => 0 );
repoaccess #/etc/group git-$reponame entry #None
reponame #/srv/git/$reponame.git #=~ /^[a-z0-9][a-z0-9+.-]+$/
repodescription #/srv/git/$reponame.git/description #=~ /^[\x{0020}-\x{FDCF}\x{FDF0}-\x{FFFD}]{1,80}$/