Merge pull request #111421 from helsinki-systems/mediawiki

nixos/mediawiki: add name type
This commit is contained in:
Sandro 2021-01-31 15:04:14 +01:00 committed by GitHub
commit 5008c20426
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -180,6 +180,7 @@ in
};
name = mkOption {
type = types.str;
default = "MediaWiki";
example = "Foobar Wiki";
description = "Name of the wiki.";