diff options
author | Nicholas Vinson <nvinson@users.noreply.github.com> | 2023-05-25 21:44:04 -0400 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2023-05-26 06:56:47 -0400 |
commit | 9eb388a44dd960d68bdb577c8d42f1aa3d733bff (patch) | |
tree | ab90bc6bc3083b8f5ed7925b03591daa8bdc2fe2 | |
parent | 1205172fd44dd8813c89a7beb2abff2880c36113 (diff) | |
download | meson-9eb388a44dd960d68bdb577c8d42f1aa3d733bff.zip meson-9eb388a44dd960d68bdb577c8d42f1aa3d733bff.tar.gz meson-9eb388a44dd960d68bdb577c8d42f1aa3d733bff.tar.bz2 |
Update Users.md
fix package ordering to so Q* and r* packages are in alphabetical order.
-rw-r--r-- | docs/markdown/Users.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/markdown/Users.md b/docs/markdown/Users.md index ad51409..e7ff49f 100644 --- a/docs/markdown/Users.md +++ b/docs/markdown/Users.md @@ -139,10 +139,10 @@ format files - [Polari](https://gitlab.gnome.org/GNOME/polari), an IRC client - [PostgreSQL](https://www.postgresql.org/), an advanced open source relational database - [qboot](https://github.com/bonzini/qboot), a minimal x86 firmware for booting Linux kernels + - [QEMU](https://qemu.org), a processor emulator and virtualizer - [radare2](https://github.com/radare/radare2), unix-like reverse engineering framework and commandline tools (not the default) - - [rmw](https://remove-to-waste.info), safe-remove utility for the command line - [Rizin](https://rizin.re), Free and Open Source Reverse Engineering Framework - - [QEMU](https://qemu.org), a processor emulator and virtualizer + - [rmw](https://remove-to-waste.info), safe-remove utility for the command line - [RxDock](https://gitlab.com/rxdock/rxdock), a protein-ligand docking software designed for high throughput virtual screening (fork of rDock) - [SciPy](https://scipy.org/), an open-source software for mathematics, science, and engineering - [scrcpy](https://github.com/Genymobile/scrcpy), a cross platform application that provides display and control of Android devices connected on USB or over TCP/IP |