xdg.desktopEntries: Update outdated links in docs (#7201)

This commit is contained in:
Anton Mosich
2025-06-04 12:05:41 +00:00
committed by GitHub
parent 34a1308614
commit 3830a21aa2

View File

@@ -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 <https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html#recognized-keys> for more information on options.
See <https://specifications.freedesktop.org/desktop-entry-spec/latest/recognized-keys.html> for more information on options.
'';
default = { };
type = types.attrsOf (types.submodule desktopEntry);