mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-17 17:24:21 +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
|
if info ? file && info ? description && info ? url then
|
||||||
"# ${lib.last path}\n\n"
|
"# ${lib.last path}\n\n"
|
||||||
+ (lib.optionalString (info.description != null) "${info.description}\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 (
|
+ (lib.optionalString (
|
||||||
maintainers != [ ]
|
maintainers != [ ]
|
||||||
) "**Maintainers:** ${lib.concatStringsSep ", " maintainersNames}\n\n")
|
) "**Maintainers:** ${lib.concatStringsSep ", " maintainersNames}\n\n")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue