mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
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 <jgart@dismail.de>
This commit is contained in:
parent
c524007dc8
commit
741738a042
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue