postfixadmin: review additions
Co-authored-by: Linus Heckemann <git@sphalerite.org>
This commit is contained in:
parent
0eafc74d50
commit
862dd4ef58
2 changed files with 3 additions and 2 deletions
|
@ -30,9 +30,9 @@ in
|
|||
|
||||
adminEmail = mkOption {
|
||||
type = types.str;
|
||||
example = "postfixadmin.example.com";
|
||||
example = "postmaster@example.com";
|
||||
description = ''
|
||||
Define the Site Admin's email address below.
|
||||
Defines the Site Admin's email address.
|
||||
This will be used to send emails from to create mailboxes and
|
||||
from Send Email / Broadcast message pages.
|
||||
'';
|
||||
|
|
|
@ -20,6 +20,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = {
|
||||
description = "Web based virtual user administration interface for Postfix mail servers";
|
||||
homepage = "https://postfixadmin.sourceforge.io/";
|
||||
maintainers = with stdenv.lib.maintainers; [ globin ];
|
||||
license = stdenv.lib.licenses.gpl2Plus;
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
|
|
Loading…
Reference in a new issue