about summary refs log tree commit diff
path: root/nixos/modules/services/web-apps/limesurvey.nix
diff options
context:
space:
mode:
authorpennae <github@quasiparticle.net>2023-02-01 06:12:57 +0100
committerpennae <82953136+pennae@users.noreply.github.com>2023-02-08 15:23:34 +0100
commitbf4c0c19002fc2fa88d64b585497ae5a1c36287f (patch)
tree2e9844faeb1cbfdc3dc4b3b630bee2797a127aa1 /nixos/modules/services/web-apps/limesurvey.nix
parent2f9d71afdb892f399d78d454d3de8188caf259fa (diff)
downloadnixlib-bf4c0c19002fc2fa88d64b585497ae5a1c36287f.tar
nixlib-bf4c0c19002fc2fa88d64b585497ae5a1c36287f.tar.gz
nixlib-bf4c0c19002fc2fa88d64b585497ae5a1c36287f.tar.bz2
nixlib-bf4c0c19002fc2fa88d64b585497ae5a1c36287f.tar.lz
nixlib-bf4c0c19002fc2fa88d64b585497ae5a1c36287f.tar.xz
nixlib-bf4c0c19002fc2fa88d64b585497ae5a1c36287f.tar.zst
nixlib-bf4c0c19002fc2fa88d64b585497ae5a1c36287f.zip
nixos/*: remove trailing period in mkEnableOptions
those are added by mkEnableOption, and .. is replaced to … by markdown
processing.
Diffstat (limited to 'nixos/modules/services/web-apps/limesurvey.nix')
-rw-r--r--nixos/modules/services/web-apps/limesurvey.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/web-apps/limesurvey.nix b/nixos/modules/services/web-apps/limesurvey.nix
index 7093d1de0dac..dd51174c8b8e 100644
--- a/nixos/modules/services/web-apps/limesurvey.nix
+++ b/nixos/modules/services/web-apps/limesurvey.nix
@@ -32,7 +32,7 @@ in
   # interface
 
   options.services.limesurvey = {
-    enable = mkEnableOption (lib.mdDoc "Limesurvey web application.");
+    enable = mkEnableOption (lib.mdDoc "Limesurvey web application");
 
     database = {
       type = mkOption {