diff --git a/packages.json b/packages.json index ff62693..37e6fe5 100644 --- a/packages.json +++ b/packages.json @@ -33197,5 +33197,19 @@ "description": "Dimensional Analysis in Nim", "license": "GPL-3.0-or-later", "web": "https://github.com/lorenzoliuzzo/dim" + }, + { + "name": "sudo", + "url": "https://github.com/FyraLabs/sudo.nim", + "method": "git", + "tags": [ + "sudo", + "linux", + "unix" + ], + "description": "Detect if you are running as root, restart self with sudo if needed or setup uid zero when running with the SUID flag set.", + "license": "MIT", + "web": "https://github.com/FyraLabs/sudo.nim", + "doc": "https://fyralabs.github.io/sudo.nim/" } ]