diff options
author | Martin Roth <martinroth@google.com> | 2017-06-03 20:05:42 -0600 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-06-27 18:26:01 +0000 |
commit | a564811e71a1d99655aeeab68635ffad93f417ca (patch) | |
tree | 8beb3dad682f67074a11a8712c7e6f0885b8fda7 /util/hugo | |
parent | cd87e1ba2d08523a6c8b575b18d2eab9d842fc5f (diff) |
util: change coreboot to lowercase
The word 'coreboot' should always be written in lowercase, even at the
start of a sentence.
Change-Id: I0a024d82d331c0794fe087e440b4e1924129a13c
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/20030
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'util/hugo')
-rw-r--r-- | util/hugo/config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/hugo/config.toml b/util/hugo/config.toml index d29a20dbd3..e58c4b3ae2 100644 --- a/util/hugo/config.toml +++ b/util/hugo/config.toml @@ -6,7 +6,7 @@ metadataformat = "yaml" canonifyurls = true [params] - provider = "Coreboot" + provider = "coreboot" repo_url = "https://review.coreboot.org/cgit/coreboot.git" logo = "images/coreboot.svg" favicon = "images/favicon.png" |