nixos/languagetool: fix documentation link formatting

Changed files
+1 -1
nixos
modules
services
+1 -1
nixos/modules/services/misc/languagetool.nix
···
jvmOptions = lib.mkOption {
description = ''
Extra command line options for the JVM running languagetool.
-
More information can be found here: https://docs.oracle.com/en/java/javase/19/docs/specs/man/java.html#standard-options-for-java
+
More information can be found here: <https://docs.oracle.com/en/java/javase/19/docs/specs/man/java.html#standard-options-for-java>
'';
default = [ ];
type = lib.types.listOf lib.types.str;