From c06b95d2d0720c85a00255708048a57755ab25b6 Mon Sep 17 00:00:00 2001 From: Rotzbua Date: Fri, 19 Jul 2019 23:49:41 +0200 Subject: [PATCH] link: http -> https --- boxes/svgutil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boxes/svgutil.py b/boxes/svgutil.py index 6b4b663..eb6f35c 100755 --- a/boxes/svgutil.py +++ b/boxes/svgutil.py @@ -193,7 +193,7 @@ class SVGFile(object): def addMetadata(self, md): txt = """ {name} - {description} -Created with Boxes.py (http://festi.info/boxes.py) +Created with Boxes.py (https://festi.info/boxes.py) Creation date: {date} """.format(date=datetime.datetime.now().strftime("%Y-%m-%d %H:%M:%S") , **md)