summaryrefslogtreecommitdiff
path: root/docs/markdown/Users.md
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2025-04-22 04:44:18 +0100
committerJussi Pakkanen <jpakkane@gmail.com>2025-04-23 00:33:45 +0300
commitcf2cda0f3ecc9a4f63de082c3e1ecb2f2a18cbc2 (patch)
tree4a160370500cf8e7656f9c877ec243ea2a81557b /docs/markdown/Users.md
parent872f1a211b5b89cdebefc0f501bde38f6a17b20c (diff)
downloadmeson-cf2cda0f3ecc9a4f63de082c3e1ecb2f2a18cbc2.tar.gz
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.
Diffstat (limited to 'docs/markdown/Users.md')
-rw-r--r--docs/markdown/Users.md13
1 files 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++