link: http -> https

This commit is contained in:
Rotzbua 2019-07-19 23:49:41 +02:00 committed by Florian Festi
parent 0a55e9ca6b
commit c06b95d2d0
1 changed files with 1 additions and 1 deletions

View File

@ -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)