From ee7b2bf6ac3dbb6545530eeab3242f8903a87e74 Mon Sep 17 00:00:00 2001 From: mar77i Date: Tue, 19 Mar 2024 13:05:02 +0000 Subject: [PATCH] add laptop-config --- gitweb_configs.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gitweb_configs.py b/gitweb_configs.py index f69839e..389775d 100755 --- a/gitweb_configs.py +++ b/gitweb_configs.py @@ -19,6 +19,10 @@ GITWEB_CONFIGS = { "owner": "mar77i ", "description": "base for websocket toys", }, + "laptop-config": { + "owner": "mar77i ", + "description": "laptop screen configuration", + }, } -- 2.47.0