From 037084d87bbc7d94bb0f9fc6a330381a7134428c Mon Sep 17 00:00:00 2001 From: Kh3nsu <17033125+Kh3nsu@users.noreply.github.com> Date: Tue, 19 Nov 2024 15:05:31 +0100 Subject: [PATCH] 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 --- drafthorse/pdf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.47.2