]> git.ipfire.org Git - thirdparty/python-drafthorse.git/commitdiff
Use https for ferd-net.de (#44)
authorKh3nsu <17033125+Kh3nsu@users.noreply.github.com>
Tue, 19 Nov 2024 14:05:31 +0000 (15:05 +0100)
committerGitHub <noreply@github.com>
Tue, 19 Nov 2024 14:05:31 +0000 (15:05 +0100)
Changed http://www.ferd-net.de/ to https://www.ferd-net.de.
You will be redirected to https anyway, but it is nicer to specify https directly

drafthorse/pdf.py

index b02f13eaef3193f1b710f5a3e6be49ffb8ca8e1f..cc0aa63d9aaa8b6b5f92ad962cdc173fa5121fcc 100644 (file)
@@ -219,7 +219,7 @@ def _update_metadata_add_attachment(
                 "/Data" if facturx_level in ("BASIC-WL", "MINIMUM") else "/Alternative"
             ),
             NameObject("/Desc"): create_string_object(
-                "Invoice metadata conforming to ZUGFeRD standard (http://www.ferd-net.de/)"
+                "Invoice metadata conforming to ZUGFeRD standard (https://www.ferd-net.de/)"
             ),
             NameObject("/Type"): NameObject("/Filespec"),
             NameObject("/F"): fname_obj,