summary refs log tree commit diff
path: root/nixos/modules/services/web-apps/hedgedoc.nix
diff options
context:
space:
mode:
authorpennae <github@quasiparticle.net>2022-08-03 03:05:47 +0200
committerpennae <github@quasiparticle.net>2022-08-03 21:57:46 +0200
commit3aebb4a2be8821a6d8a695f0908d8567dc00de31 (patch)
tree6c6cf42e633fc9c02869f0affa9b41179bbba72d /nixos/modules/services/web-apps/hedgedoc.nix
parent9c8531c8a50936ec65bc0471748237e310ec0c9a (diff)
downloadnixpkgs-3aebb4a2be8821a6d8a695f0908d8567dc00de31.tar
nixpkgs-3aebb4a2be8821a6d8a695f0908d8567dc00de31.tar.gz
nixpkgs-3aebb4a2be8821a6d8a695f0908d8567dc00de31.tar.bz2
nixpkgs-3aebb4a2be8821a6d8a695f0908d8567dc00de31.tar.lz
nixpkgs-3aebb4a2be8821a6d8a695f0908d8567dc00de31.tar.xz
nixpkgs-3aebb4a2be8821a6d8a695f0908d8567dc00de31.tar.zst
nixpkgs-3aebb4a2be8821a6d8a695f0908d8567dc00de31.zip
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.
Diffstat (limited to 'nixos/modules/services/web-apps/hedgedoc.nix')
-rw-r--r--nixos/modules/services/web-apps/hedgedoc.nix3
1 files changed, 1 insertions, 2 deletions
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 <link xlink:href="https://helmetjs.github.io/docs/csp/"
-          >https://helmetjs.github.io/docs/csp/</link>.
+          For configuration details see <link xlink:href="https://helmetjs.github.io/docs/csp/"/>.
         '';
       };
       protocolUseSSL = mkOption {