From 3830a21aa2313239b582e4e4ac97f0b25243cb7a Mon Sep 17 00:00:00 2001 From: Anton Mosich Date: Wed, 4 Jun 2025 12:05:41 +0000 Subject: [PATCH] xdg.desktopEntries: Update outdated links in docs (#7201) --- modules/misc/xdg-desktop-entries.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/misc/xdg-desktop-entries.nix b/modules/misc/xdg-desktop-entries.nix index c3e6d296..942f4bc7 100644 --- a/modules/misc/xdg-desktop-entries.nix +++ b/modules/misc/xdg-desktop-entries.nix @@ -28,7 +28,7 @@ let # to match what's commonly used by other home manager modules. # Descriptions are taken from the desktop entry spec: - # https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html#recognized-keys + # https://specifications.freedesktop.org/desktop-entry-spec/latest/recognized-keys.html type = mkOption { description = "The type of the desktop entry."; @@ -208,7 +208,7 @@ in You can define entries for programs without entries or override existing entries. - See for more information on options. + See for more information on options. ''; default = { }; type = types.attrsOf (types.submodule desktopEntry);