guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/13: gnu: cl-trivial-mimes: Use HTTPS home page.


From: guix-commits
Subject: 02/13: gnu: cl-trivial-mimes: Use HTTPS home page.
Date: Sat, 15 Feb 2020 11:07:07 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 917c28d2ab1a6ba7a5d0f1a23e10362de32fec6b
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 19:22:39 2020 +0100

    gnu: cl-trivial-mimes: Use HTTPS home page.
    
    * gnu/packages/lisp-xyz.scm (cl-trivial-mimes)[home-page]: Use HTTPS.
---
 gnu/packages/lisp-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index b4f1fdb..215f30f 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]