From 741738a04233aea80bba0c60703689efec99aac1 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Wed, 14 Jan 2026 23:47:14 +0100 Subject: [PATCH] gnu: sbcl-trivial-mimes: Use new repository and homepage URLs * gnu/packages/lisp-xyz.scm (sbcl-trivial-mimes) [home-page]: Use new URL. [source]: Use new repository URL. Change-Id: I1a6f38e4edbf072bc6549a90568e986a2b7cbcb3 Signed-off-by: jgart --- gnu/packages/lisp-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 4d0ac3cc15e..56d760087da 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -32720,7 +32720,7 @@ implementation, for example drawing calls of GUI applications.") (origin (method git-fetch) (uri (git-reference - (url "https://github.com/Shinmera/trivial-mimes") + (url "https://shinmera.com/project/trivial-mimes") (commit commit))) (file-name (git-file-name name version)) (sha256 @@ -32730,7 +32730,7 @@ implementation, for example drawing calls of GUI applications.") (list sbcl-hu.dwim.stefil)) (inputs (list sbcl-cl-fad)) - (home-page "https://shinmera.github.io/trivial-mimes/") + (home-page "https://shinmera.com/docs/trivial-mimes/") (synopsis "Tiny Common Lisp library to detect mime types in files") (description "This is a teensy library that provides some functions to determine the