mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
nixos/languagetool: fix documentation link formatting
This commit is contained in:
parent
d8e1beecaa
commit
61a15a28f9
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ in
|
|||
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue