From 9701d46b8b61bfeacadd212809e2c8b437b8b5c1 Mon Sep 17 00:00:00 2001 From: jiro Date: Sun, 5 Jul 2020 23:16:59 +0900 Subject: [PATCH] Added package subnet (#1551) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 99b8556..aec5066 100644 --- a/packages.json +++ b/packages.json @@ -18587,5 +18587,19 @@ "description": "Interface for Nim.", "license": "Apache-2.0", "web": "https://github.com/xflywind/shene" + }, + { + "name": "subnet", + "url": "https://github.com/jiro4989/subnet", + "method": "git", + "tags": [ + "subnet", + "ip", + "cli", + "command" + ], + "description": "subnet prints subnet mask in human readable.", + "license": "MIT", + "web": "https://github.com/jiro4989/subnet" } ]