From bf7259d831fd34395f973fcf572812d3f46e267d Mon Sep 17 00:00:00 2001 From: mar77i Date: Wed, 27 Mar 2024 21:37:53 +0100 Subject: [PATCH] add rcfiles, bigintmandel --- gitweb_configs.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/gitweb_configs.py b/gitweb_configs.py index 389775d..514d823 100755 --- a/gitweb_configs.py +++ b/gitweb_configs.py @@ -23,6 +23,14 @@ GITWEB_CONFIGS = { "owner": "mar77i ", "description": "laptop screen configuration", }, + "rcfiles": { + "owner": "mar77i ", + "description": "user configuration files", + }, + "bigintmandel": { + "owner": "mar77i ", + "description": "Qt mandelbrot toy, with big integers only", + }, } -- 2.47.1