From 935490c850719df1bee8909fa021941c2f593f54 Mon Sep 17 00:00:00 2001 From: PMunch Date: Wed, 13 Nov 2019 11:48:18 +0100 Subject: [PATCH] Add getmac package (#1248) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 62983d1..51b6b5c 100644 --- a/packages.json +++ b/packages.json @@ -1272,6 +1272,19 @@ "license": "MIT", "web": "https://github.com/PMunch/nim-optionsutils" }, + { + "name": "getmac", + "url": "https://github.com/PMunch/getmac", + "method": "git", + "tags": [ + "network", + "mac", + "ip" + ], + "description": "A package to get the MAC address of a local IP address", + "license": "MIT", + "web": "https://github.com/PMunch/getmac" + }, { "name": "sdl2_nim", "url": "https://github.com/Vladar4/sdl2_nim",