From b803a58a88f562740fd6887a625496afc7ba8fcf Mon Sep 17 00:00:00 2001 From: Prasanna Venkadesh Date: Mon, 31 Jul 2023 20:51:01 +0530 Subject: [PATCH] Added package battinfo (#2669) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index f511d2f..87eda57 100644 --- a/packages.json +++ b/packages.json @@ -30990,5 +30990,18 @@ "description": "A line editing library in pure Nim", "license": "MIT", "web": "https://github.com/h3rald/minline" + }, + { + "name": "battinfo", + "url": "https://gitlab.com/prashere/battinfo", + "method": "git", + "tags": [ + "utility", + "linux", + "battery" + ], + "description": "cli tool to query battery info for GNU/Linux", + "license": "GPL-3.0-only", + "web": "https://gitlab.com/prashere/battinfo" } ]