nixos/languagetool: fix documentation link formatting
This commit is contained in:
@@ -60,7 +60,7 @@ in
|
|||||||
jvmOptions = lib.mkOption {
|
jvmOptions = lib.mkOption {
|
||||||
description = ''
|
description = ''
|
||||||
Extra command line options for the JVM running languagetool.
|
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 = [ ];
|
default = [ ];
|
||||||
type = lib.types.listOf lib.types.str;
|
type = lib.types.listOf lib.types.str;
|
||||||
|
|||||||
Reference in New Issue
Block a user