From 389d5575aaae40ffcfd02a89d2f5347bb76337d2 Mon Sep 17 00:00:00 2001 From: Eugene Medvedev Date: Mon, 2 Aug 2021 15:30:29 +0300 Subject: [PATCH] Added package ballpark (#1978) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 7514847..d866c1c 100644 --- a/packages.json +++ b/packages.json @@ -23444,6 +23444,18 @@ "license": "MIT", "web": "https://github.com/Knaque/gnu" }, + { + "name": "ballpark", + "url": "https://github.com/Mihara/ballpark", + "method": "git", + "tags": [ + "amateur-radio", + "maidenhead" + ], + "description": "An amateur radio tool to get you a ballpark estimate of where a given Maidenhead grid square is.", + "license": "MIT", + "web": "https://github.com/Mihara/ballpark" + }, { "name": "linear_models", "url": "https://github.com/ayman-albaz/linear-models",