mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nixos/sourcehut: fix documentation link formatting
This commit is contained in:
parent
1d57cecb74
commit
52bab06cd0
1 changed files with 2 additions and 2 deletions
|
@ -613,11 +613,11 @@ in
|
||||||
};
|
};
|
||||||
options."meta.sr.ht::billing" = {
|
options."meta.sr.ht::billing" = {
|
||||||
enabled = mkEnableOption "the billing system";
|
enabled = mkEnableOption "the billing system";
|
||||||
stripe-public-key = mkOptionNullOrStr "Public key for Stripe. Get your keys at https://dashboard.stripe.com/account/apikeys";
|
stripe-public-key = mkOptionNullOrStr "Public key for Stripe. Get your keys at <https://dashboard.stripe.com/account/apikeys>";
|
||||||
stripe-secret-key =
|
stripe-secret-key =
|
||||||
mkOptionNullOrStr ''
|
mkOptionNullOrStr ''
|
||||||
An absolute file path (which should be outside the Nix-store)
|
An absolute file path (which should be outside the Nix-store)
|
||||||
to a secret key for Stripe. Get your keys at https://dashboard.stripe.com/account/apikeys
|
to a secret key for Stripe. Get your keys at <https://dashboard.stripe.com/account/apikeys>
|
||||||
''
|
''
|
||||||
// {
|
// {
|
||||||
apply = mapNullable (s: "<" + toString s);
|
apply = mapNullable (s: "<" + toString s);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue