commit 331bab0e8cdfc3403f4847b5db838caf9c7fea08
Author: gek <[email protected]>
Date: Tue Aug 17 22:43:39 2021 -0400
Corrected placement of "admin"
diff --git a/suckless.org/rocks/index.md b/suckless.org/rocks/index.md
index 63bcf135..d1cff088 100644
--- 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).