add package oshostname (#1692)

This commit is contained in:
jrfondren 2020-11-03 23:40:03 -06:00 committed by GitHub
parent 1f0103a25d
commit 8b4189f556
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13627,6 +13627,18 @@
"license": "MIT",
"web": "https://github.com/jrfondren/getr-nim"
},
{
"name": "oshostname",
"url": "https://github.com/jrfondren/nim-oshostname",
"method": "git",
"tags": [
"posix",
"wrapper"
],
"description": "Get the current hostname with gethostname(2)",
"license": "MIT",
"web": "https://github.com/jrfondren/nim-oshostname"
},
{
"name": "pnm",
"url": "https://github.com/jiro4989/pnm",