mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-16 04:04:34 +02:00
docs: capitalize URL
This commit is contained in:
parent
5c9b98e64d
commit
f8787bd23b
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ let
|
|||
if info ? file && info ? description && info ? url then
|
||||
"# ${lib.last path}\n\n"
|
||||
+ (lib.optionalString (info.description != null) "${info.description}\n\n")
|
||||
+ (lib.optionalString (info.url != null) "**Url:** [${info.url}](${info.url})\n\n")
|
||||
+ (lib.optionalString (info.url != null) "**URL:** [${info.url}](${info.url})\n\n")
|
||||
+ (lib.optionalString (
|
||||
maintainers != [ ]
|
||||
) "**Maintainers:** ${lib.concatStringsSep ", " maintainersNames}\n\n")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue