diff options
author | Joel Rosdahl <joel@rosdahl.net> | 2019-05-26 10:05:16 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2019-05-27 01:10:57 +0300 |
commit | f13e65b93a72fca08bebc93afdd34437f2f15c25 (patch) | |
tree | bb81b6fff8c8896efecd2d10e10effe5877d9440 /man | |
parent | e3e1d67ad61f4b3ddc80a1cbb069a944d5d7a361 (diff) | |
download | meson-f13e65b93a72fca08bebc93afdd34437f2f15c25.zip meson-f13e65b93a72fca08bebc93afdd34437f2f15c25.tar.gz meson-f13e65b93a72fca08bebc93afdd34437f2f15c25.tar.bz2 |
Update to new ccache URL
ccacheās web site is now located at https://ccache.dev.
Bonus: Use the preferred capitalization āCcacheā instead of āCCacheā.
Diffstat (limited to 'man')
-rw-r--r-- | man/meson.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/meson.1 b/man/meson.1 index 3b67aab..d47090f 100644 --- a/man/meson.1 +++ b/man/meson.1 @@ -6,7 +6,7 @@ meson - a high productivity build system Meson is a build system designed to optimize programmer productivity. It aims to do this by providing simple, out-of-the-box support for modern software development tools and practices, such as -unit tests, coverage reports, Valgrind, CCache and the like. +unit tests, coverage reports, Valgrind, Ccache and the like. The main Meson executable provides many subcommands to access all the functionality. |