nixos/lighttpd/cgit: fix documentation link formatting

Changed files
+1 -1
nixos
modules
services
web-servers
lighttpd
+1 -1
nixos/modules/services/web-servers/lighttpd/cgit.nix
···
description = ''
Verbatim contents of the cgit runtime configuration file. Documentation
(with cgitrc example file) is available in "man cgitrc". Or online:
-
http://git.zx2c4.com/cgit/tree/cgitrc.5.txt
'';
};
···
description = ''
Verbatim contents of the cgit runtime configuration file. Documentation
(with cgitrc example file) is available in "man cgitrc". Or online:
+
<http://git.zx2c4.com/cgit/tree/cgitrc.5.txt>
'';
};