From 16d3323694a2bd11a0cf87ea8e7140068f08994f Mon Sep 17 00:00:00 2001 From: dish Date: Wed, 12 Feb 2025 11:22:25 -0500 Subject: [PATCH] nixos/gancio: fix documentation link formatting --- nixos/modules/services/web-apps/gancio.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/web-apps/gancio.nix b/nixos/modules/services/web-apps/gancio.nix index 997384521e8a..a1ec26e2b247 100644 --- a/nixos/modules/services/web-apps/gancio.nix +++ b/nixos/modules/services/web-apps/gancio.nix @@ -148,7 +148,7 @@ in }; description = '' Override default locales within gancio. - See [https://framagit.org/les/gancio/tree/master/locales](default languages and locales). + See [default languages and locales](https://framagit.org/les/gancio/tree/master/locales). ''; };