nixos/*: remove trailing period in mkEnableOptions

those are added by mkEnableOption, and .. is replaced to … by markdown
processing.
This commit is contained in:
pennae
2023-02-01 06:12:57 +01:00
committed by Florian Brandes
parent cb12267aa0
commit 2610f45516
27 changed files with 39 additions and 39 deletions

View File

@@ -28,7 +28,7 @@ in
options = {
services.zammad = {
enable = mkEnableOption (lib.mdDoc "Zammad, a web-based, open source user support/ticketing solution.");
enable = mkEnableOption (lib.mdDoc "Zammad, a web-based, open source user support/ticketing solution");
package = mkOption {
type = types.package;