mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 12:15:34 +03:00
nixos/atticd: fix documentation link formatting
This commit is contained in:
parent
5fb7bc8c5f
commit
ce335f7a6c
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ in
|
|||
settings = lib.mkOption {
|
||||
description = ''
|
||||
Structured configurations of atticd.
|
||||
See https://github.com/zhaofengli/attic/blob/main/server/src/config-template.toml
|
||||
See <https://github.com/zhaofengli/attic/blob/main/server/src/config-template.toml>
|
||||
'';
|
||||
type = format.type;
|
||||
default = { };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue