Add package nim-sudo (#3008)

This commit is contained in:
Иван Vandot 2025-04-01 09:26:14 +02:00 committed by GitHub
parent 4ed28b96c4
commit d9ce92255c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34871,5 +34871,18 @@
"description": "Sort imports in Nim source files",
"license": "GPL-3.0-only",
"web": "https://github.com/cycneuramus/nimpsort"
},
{
"name": "nim-sudo",
"url": "https://github.com/vandot/nim-sudo",
"method": "git",
"tags": [
"sudo",
"linux",
"unix"
],
"description": "Simple wrapper to execute osproc.exec* commands with sudo.",
"license": "BSD-3-Clause",
"web": "https://github.com/vandot/nim-sudo"
}
]