Skip to content

Commit

Permalink
Use https for ferd-net.de (#44)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Kh3nsu authored Nov 19, 2024
1 parent 9dac70b commit 037084d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drafthorse/pdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 037084d

Please sign in to comment.