about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorSilvan Mosberger <infinisil@icloud.com>2019-04-11 16:59:19 +0200
committerSilvan Mosberger <infinisil@icloud.com>2019-04-11 16:59:19 +0200
commitb8dc0f9a5bb24702bf63042b87dadf1947974da6 (patch)
treedfc011cdb9b4051b0b913eb1b30a007c8a277778 /nixos
parent02bb5e35eae8a9e124411270a6790a08f68e905b (diff)
downloadnixlib-b8dc0f9a5bb24702bf63042b87dadf1947974da6.tar
nixlib-b8dc0f9a5bb24702bf63042b87dadf1947974da6.tar.gz
nixlib-b8dc0f9a5bb24702bf63042b87dadf1947974da6.tar.bz2
nixlib-b8dc0f9a5bb24702bf63042b87dadf1947974da6.tar.lz
nixlib-b8dc0f9a5bb24702bf63042b87dadf1947974da6.tar.xz
nixlib-b8dc0f9a5bb24702bf63042b87dadf1947974da6.tar.zst
nixlib-b8dc0f9a5bb24702bf63042b87dadf1947974da6.zip
nixos/znc: Fix URL XML for config option
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/networking/znc/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/znc/default.nix b/nixos/modules/services/networking/znc/default.nix
index bce5b15a19ec..1ad8855b86db 100644
--- a/nixos/modules/services/networking/znc/default.nix
+++ b/nixos/modules/services/networking/znc/default.nix
@@ -151,7 +151,7 @@ in
         '';
         description = ''
           Configuration for ZNC, see
-          <literal>https://wiki.znc.in/Configuration</literal> for details. The
+          <link xlink:href="https://wiki.znc.in/Configuration"/> for details. The
           Nix value declared here will be translated directly to the xml-like
           format ZNC expects. This is much more flexible than the legacy options
           under <option>services.znc.confOptions.*</option>, but also can't do