From ea1f519eb5e6fc5cb336addcf5b26ee2c56e34a6 Mon Sep 17 00:00:00 2001 From: Alexander Date: Thu, 22 Dec 2022 23:10:15 +0300 Subject: [PATCH] formatted --- proxy/thedoorproxy/dub.json | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/proxy/thedoorproxy/dub.json b/proxy/thedoorproxy/dub.json index b92d3f7..979f65c 100644 --- a/proxy/thedoorproxy/dub.json +++ b/proxy/thedoorproxy/dub.json @@ -1,8 +1,10 @@ { - "name": "thedoorproxy", - "description": "The Proxy pattern. Opening and closing the door via password request", - "authors": ["Alexander Zhirov"], - "homepage": "https://zhirov.kz", - "license": "GPL-2.0", + "name": "thedoorproxy", + "description": "The Proxy pattern. Opening and closing the door via password request", + "authors": [ + "Alexander Zhirov" + ], + "homepage": "https://zhirov.kz", + "license": "GPL-2.0", "targetPath": "bin" }