commit 331bab0e8cdfc3403f4847b5db838caf9c7fea08
parent 41b314268b49f81e6b9eb021b99afbca6507c4af
Author: gek <6974902+gordonfreeman424@users.noreply.github.com>
Date: Tue, 17 Aug 2021 22:43:39 -0400
Corrected placement of "admin"
Diffstat:
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/suckless.org/rocks/index.md b/suckless.org/rocks/index.md
@@ -39,7 +39,6 @@ because it makes them legally compatible with other suckless projects.
### Miscellaneous
-* [admin](https://github.com/gek169/admin) - barebones, minimal doas/sudo replacement for Linux.
* [baresip](https://github.com/alfredh/baresip) - barebone SIP stack (BSD licence).
* [ccv](http://libccv.org/) - C-based/Cached/Core Computer Vision Library, A Modern Computer Vision Library.
* [libev](http://software.schmorp.de/pkg/libev.html) - high performance event-loop modelled after libevent but much smaller (dual licensed under 2-clause BSD and GPL).
@@ -81,6 +80,10 @@ This covers most console-based programs and programs from
* [btpd](https://github.com/btpd/btpd) - The BitTorrent Protocol Daemon.
+### Core Utilities
+
+* [admin](https://github.com/gek169/admin) - barebones, minimal doas/sudo replacement for Linux. Half the size of doas, single-file in C.
+
### Feed aggregators / newsreaders
* [sfeed](https://codemadness.org/sfeed.html) - RSS and Atom parser + CLI programs and [sfeed_curses UI](https://codemadness.org/sfeed_ui.html).