From: Kh3nsu <17033125+Kh3nsu@users.noreply.github.com> Date: Tue, 19 Nov 2024 14:05:31 +0000 (+0100) Subject: Use https for ferd-net.de (#44) X-Git-Tag: 2025.1.0~23 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=037084d87bbc7d94bb0f9fc6a330381a7134428c;p=thirdparty%2Fpython-drafthorse.git Use https for ferd-net.de (#44) 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 --- diff --git a/drafthorse/pdf.py b/drafthorse/pdf.py index b02f13e..cc0aa63 100644 --- a/drafthorse/pdf.py +++ b/drafthorse/pdf.py @@ -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,