gnu: cl-trivial-mimes: Use HTTPS home page.
* gnu/packages/lisp-xyz.scm (cl-trivial-mimes)[home-page]: Use HTTPS.master
parent
3bc9f9e77a
commit
917c28d2ab
|
@ -4609,7 +4609,7 @@ performance and simplicity in mind.")
|
|||
`(("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
|
||||
|
|
Reference in New Issue