From fe6a8e7b09ed8b896eda654b0903fdf4ce65d470 Mon Sep 17 00:00:00 2001 From: dish Date: Wed, 12 Feb 2025 11:22:57 -0500 Subject: [PATCH] nixos/mattermost: fix documentation link formatting --- nixos/modules/services/web-apps/mattermost.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/web-apps/mattermost.nix b/nixos/modules/services/web-apps/mattermost.nix index 56799a744806..b1352778fee0 100644 --- a/nixos/modules/services/web-apps/mattermost.nix +++ b/nixos/modules/services/web-apps/mattermost.nix @@ -706,7 +706,7 @@ in ]; description = '' Set commandline parameters to pass to matterircd. See - https://github.com/42wim/matterircd#usage for more information. + for more information. ''; }; };