Merge pull request #262666 from SuperSandro2000/patch-1

nixos/acme: fix upstream documentation link

authored by

Lin Jian and committed by
GitHub
23203f8e c132df63

+1 -1
+1 -1
nixos/modules/security/acme/default.nix
··· 592 592 description = lib.mdDoc '' 593 593 Key type to use for private keys. 594 594 For an up to date list of supported values check the --key-type option 595 - at <https://go-acme.github.io/lego/usage/cli/#usage>. 595 + at <https://go-acme.github.io/lego/usage/cli/options/>. 596 596 ''; 597 597 }; 598 598