Use correct email
This commit is contained in:
parent
e546c70eaa
commit
f5e5e263ef
|
@ -40,7 +40,7 @@ let
|
|||
informis = "informis.land";
|
||||
};
|
||||
email = if (opts.email != null) then
|
||||
email
|
||||
opts.email
|
||||
else
|
||||
"${name}@${domains."${opts.primary-group}"}";
|
||||
in ''
|
||||
|
|
Loading…
Reference in New Issue