diff options
author | Stefan Weil <sw@weilnetz.de> | 2022-04-22 10:34:03 +0200 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2022-04-26 12:40:36 +0200 |
commit | 4a89bf188a318592324769bd2bda95172c9a7091 (patch) | |
tree | 451a54f38e808e462e696b69fc1c2f3d9a93c464 | |
parent | 9b76572431f16dcfb99a826c3df51fcad79fef08 (diff) |
docs: Replace HomeBrew -> Homebrew
The official spelling does not use camel case.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Message-Id: <20220422083403.1082924-1-sw@weilnetz.de>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
-rw-r--r-- | docs/about/build-platforms.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/about/build-platforms.rst b/docs/about/build-platforms.rst index c29a4b8fe6..e9163ba556 100644 --- a/docs/about/build-platforms.rst +++ b/docs/about/build-platforms.rst @@ -80,7 +80,7 @@ Ubuntu LTS. Other distros will be assumed to ship similar software versions. For FreeBSD and OpenBSD, decisions will be made based on the contents of the respective ports repository, while NetBSD will use the pkgsrc repository. -For macOS, `HomeBrew`_ will be used, although `MacPorts`_ is expected to carry +For macOS, `Homebrew`_ will be used, although `MacPorts`_ is expected to carry similar versions. Windows @@ -92,6 +92,6 @@ hosted on Linux (Debian/Fedora). The version of the Windows API that's currently targeted is Vista / Server 2008. -.. _HomeBrew: https://brew.sh/ +.. _Homebrew: https://brew.sh/ .. _MacPorts: https://www.macports.org/ .. _Repology: https://repology.org/ |