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