From ee98b6f66eb6a99c095d291a52d4a5f810424aec Mon Sep 17 00:00:00 2001 From: eqf0 <86500341+eqf0@users.noreply.github.com> Date: Wed, 2 Feb 2022 01:36:32 -0600 Subject: [PATCH] Adding package mt (#2130) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 356ce38..3aa3682 100644 --- a/packages.json +++ b/packages.json @@ -24929,5 +24929,17 @@ "description": "A minimalistic connection pooling package", "license": "MIT", "web": "https://github.com/PhilippMDoerner/TinyPool" + }, + { + "name": "mt", + "url": "https://codeberg.org/eqf0/mt", + "method": "git", + "tags": [ + "tldr", + "manpages" + ], + "description": "A simple TLDR pages client", + "license": "MIT", + "web": "https://codeberg.org/eqf0/mt/" } ]