From e63434bc6a76bc168c4a3ce1341ce41870d27217 Mon Sep 17 00:00:00 2001 From: Kenyon Ralph Date: Tue, 15 Aug 2023 16:28:51 -0700 Subject: [PATCH] metadata: add Windows This reverts commit c3cf902f2122d4f5715a871ea15d1667f2bbfacf. I'm using the sshkey type on Windows with success. --- metadata.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/metadata.json b/metadata.json index 3bb178a..aa10aef 100644 --- a/metadata.json +++ b/metadata.json @@ -41,6 +41,9 @@ { "operatingsystem": "Solaris" }, + { + "operatingsystem": "windows" + }, { "operatingsystem": "Rocky" },