postfixadmin: review additions

Co-authored-by: Linus Heckemann <git@sphalerite.org>
This commit is contained in:
Robin Gloster 2021-05-19 15:33:23 -05:00 committed by Maximilian Bosch
parent 0eafc74d50
commit 862dd4ef58
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E
2 changed files with 3 additions and 2 deletions

View File

@ -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.
''; '';

View File

@ -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;