From 3aebb4a2be8821a6d8a695f0908d8567dc00de31 Mon Sep 17 00:00:00 2001 From: pennae Date: Wed, 3 Aug 2022 03:05:47 +0200 Subject: nixos/*: normalize link format make (almost) all links appear on only a single line, with no unnecessary whitespace, using double quotes for attributes. this lets us automatically convert them to markdown easily. the few remaining links are extremely long link in a gnome module, we'll come back to those at a later date. --- nixos/modules/services/web-apps/hedgedoc.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'nixos/modules/services/web-apps/hedgedoc.nix') diff --git a/nixos/modules/services/web-apps/hedgedoc.nix b/nixos/modules/services/web-apps/hedgedoc.nix index b8d83984ca7..4e1a2125984 100644 --- a/nixos/modules/services/web-apps/hedgedoc.nix +++ b/nixos/modules/services/web-apps/hedgedoc.nix @@ -152,8 +152,7 @@ in ''; description = '' Specify the Content Security Policy which is passed to Helmet. - For configuration details see https://helmetjs.github.io/docs/csp/. + For configuration details see . ''; }; protocolUseSSL = mkOption { -- cgit 1.4.1