about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorRuslan Babayev <ruslan@babayev.com>2016-08-21 10:20:10 -0700
committerFranz Pletz <fpletz@fnordicwalking.de>2016-08-21 19:20:10 +0200
commit159412db2e74c5687a0d23c4e926bddf5fbfe48c (patch)
tree67b0b6b3b56833314b64a1fbf508575f1f5124e5 /nixos
parentcccdbf0bfd394817c47284fe33c4dd9e5752d285 (diff)
downloadnixlib-159412db2e74c5687a0d23c4e926bddf5fbfe48c.tar
nixlib-159412db2e74c5687a0d23c4e926bddf5fbfe48c.tar.gz
nixlib-159412db2e74c5687a0d23c4e926bddf5fbfe48c.tar.bz2
nixlib-159412db2e74c5687a0d23c4e926bddf5fbfe48c.tar.lz
nixlib-159412db2e74c5687a0d23c4e926bddf5fbfe48c.tar.xz
nixlib-159412db2e74c5687a0d23c4e926bddf5fbfe48c.tar.zst
nixlib-159412db2e74c5687a0d23c4e926bddf5fbfe48c.zip
mattermost: cosmetic: remove stray character (#17897)
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/web-apps/mattermost.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/web-apps/mattermost.nix b/nixos/modules/services/web-apps/mattermost.nix
index 20d21c008c29..bf3a8eed6004 100644
--- a/nixos/modules/services/web-apps/mattermost.nix
+++ b/nixos/modules/services/web-apps/mattermost.nix
@@ -37,7 +37,7 @@ in
         type = types.str;
         example = "https://chat.example.com";
         description = ''
-          URL this Mattermost instance is reachable under, without trailing slash."
+          URL this Mattermost instance is reachable under, without trailing slash.
         '';
       };