mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 09:22:05 -05:00
gnu: cl-trivial-mimes: Use HTTPS home page.
* gnu/packages/lisp-xyz.scm (cl-trivial-mimes)[home-page]: Use HTTPS.
This commit is contained in:
parent
3bc9f9e77a
commit
917c28d2ab
1 changed files with 1 additions and 1 deletions
|
@ -4609,7 +4609,7 @@ (define-public sbcl-trivial-mimes
|
|||
`(("stefil" ,sbcl-hu.dwim.stefil)))
|
||||
(inputs
|
||||
`(("sbcl-cl-fad" ,sbcl-cl-fad)))
|
||||
(home-page "http://shinmera.github.io/trivial-mimes/")
|
||||
(home-page "https://shinmera.github.io/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…
Reference in a new issue