From be6783e8034a14721131cb30ee5afded50095a4b Mon Sep 17 00:00:00 2001
From: jaseg <git@jaseg.de>
Date: Sun, 7 Feb 2021 14:08:23 +0100
Subject: Update description in gerboweb

---
 gerboweb/templates/index.html | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'gerboweb/templates/index.html')

diff --git a/gerboweb/templates/index.html b/gerboweb/templates/index.html
index 3de8ea5..3895185 100644
--- a/gerboweb/templates/index.html
+++ b/gerboweb/templates/index.html
@@ -13,6 +13,8 @@
         <div class="desc">
           <h1>SVG/JPG/PNG to PCB converter</h1>
           <p>
+          This is the toy web frontend to <a href="https://github.com/jaseg/gerbolyze">Gerbolyze</a>.
+
       Gerbolyze is a tool for rendering arbitrary vector (SVG) and raster (PNG/JPG) images directly onto gerber layers.
       You can use this to put art on a PCB's silkscreen, solder mask or copper layers. The input is an SVG file
       generated from a template. This SVG file has one layer for each PCB layer and the layers are rendered one by one
-- 
cgit