From cf2cda0f3ecc9a4f63de082c3e1ecb2f2a18cbc2 Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 22 Apr 2025 04:44:18 +0100 Subject: docs: users: list is for notable meson adoptees We don't want churn with thie list for every project someone creates that uses Meson. Change the intro to say we want notable projects and link to a GitHub search for 'meson.build' files for people who want further examples to consider. --- docs/markdown/Users.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/docs/markdown/Users.md b/docs/markdown/Users.md index 9014510f9..a515b24af 100644 --- a/docs/markdown/Users.md +++ b/docs/markdown/Users.md @@ -2,14 +2,13 @@ title: Users ... -# List of projects using Meson +# Notable projects using Meson -If you have a project that uses Meson that you want to add to this -list, please [file a -pull-request](https://github.com/mesonbuild/meson/edit/master/docs/markdown/Users.md) -for it. All the software on this list is tested for regressions before -release, so it's highly recommended that projects add themselves -here. Some additional projects are listed in the [`meson` GitHub +If you're aware of a notable project that uses Meson, please +[file a pull-request](https://github.com/mesonbuild/meson/edit/master/docs/markdown/Users.md) +for it. For other projects using Meson, you may be interested in this +[GitHub search](https://github.com/search?q=path%3A%2F%28%5E%7C%5C%2F%29meson%5C.build%24%2F&type=code). +Some additional projects are listed in the [`meson` GitHub topic](https://github.com/topics/meson). - [2048.cpp](https://github.com/plibither8/2048.cpp), a fully featured terminal version of the game "2048" written in C++ -- cgit v1.2.3