From 1d57cecb746646fdb7584454c3bf778f0007faf0 Mon Sep 17 00:00:00 2001 From: dish Date: Wed, 12 Feb 2025 11:16:33 -0500 Subject: [PATCH] nixos/evcc: fix documentation link formatting --- nixos/modules/services/home-automation/evcc.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/home-automation/evcc.nix b/nixos/modules/services/home-automation/evcc.nix index df64f99f5b02..2a82b21bb580 100644 --- a/nixos/modules/services/home-automation/evcc.nix +++ b/nixos/modules/services/home-automation/evcc.nix @@ -32,7 +32,7 @@ in description = '' evcc configuration as a Nix attribute set. - Check for possible options in the sample [evcc.dist.yaml](https://github.com/andig/evcc/blob/${package.version}/evcc.dist.yaml]. + Check for possible options in the sample [evcc.dist.yaml](https://github.com/andig/evcc/blob/${package.version}/evcc.dist.yaml). ''; }; };