aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgemmaro <gemmaro.dev@gmail.com>2025-03-15 20:55:34 +0900
committer宋文武 <iyzsong@member.fsf.org>2025-03-22 18:00:17 +0800
commitdb023ab59a1675fcad17ab62f4708d3f9ef1a17f (patch)
tree939f0abc96c19f87abad37507e5f16ffd350e1ac
parentb6954a472b99649919ce6b0e2b7d525b617dfb76 (diff)
downloadguix-db023ab59a1675fcad17ab62f4708d3f9ef1a17f.tar.gz
guix-db023ab59a1675fcad17ab62f4708d3f9ef1a17f.zip
home: xdg-mime-applications: Update Freedesktop specification links.
* gnu/home/services/xdg.scm: Fix broken links for "Shared MIME-info Database" and "Association between MIME types and applications". Change-Id: Ib25fd740dbdfc7e17951d10bfc2e4a83901911da Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
-rw-r--r--gnu/home/services/xdg.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/home/services/xdg.scm b/gnu/home/services/xdg.scm
index c5aaa77fad..2ad33a7418 100644
--- a/gnu/home/services/xdg.scm
+++ b/gnu/home/services/xdg.scm
@@ -2,6 +2,7 @@
;;; Copyright © 2021, 2022 Andrew Tropin <andrew@trop.in>
;;; Copyright © 2021 Xinglu Chen <public@yoctocell.xyz>
;;; Copyright © 2023 Bruno Victal <mirai@makinata.eu>
+;;; Copyright © 2025 gemmaro <gemmaro.dev@gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -309,8 +310,8 @@ disable a directory, point it to the $HOME.")))
;; '((exec . "echo hi"))))))))))
;; See
-;; <https://specifications.freedesktop.org/shared-mime-info-spec/shared-mime-info-spec-latest.html>
-;; <https://specifications.freedesktop.org/mime-apps-spec/mime-apps-spec-latest.html>
+;; <https://specifications.freedesktop.org/shared-mime-info-spec/latest/>
+;; <https://specifications.freedesktop.org/mime-apps-spec/latest/>
(define (serialize-alist field-name val)
(define (serialize-mimelist-entry key val)