guix-commits
[Top][All Lists]
Advanced

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

12/15: gnu: containerd: Use HTTPS home page.


From: guix-commits
Subject: 12/15: gnu: containerd: Use HTTPS home page.
Date: Fri, 21 Feb 2020 12:39:46 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit dd6114dfc59592fb6e28af410a55a5151bc7c589
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 20:35:43 2020 +0100

    gnu: containerd: Use HTTPS home page.
    
    * gnu/packages/docker.scm (containerd)[home-page]: Use HTTPS.
---
 gnu/packages/docker.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/docker.scm b/gnu/packages/docker.scm
index cc353fd..b23e067 100644
--- a/gnu/packages/docker.scm
+++ b/gnu/packages/docker.scm
@@ -238,7 +238,7 @@ Python without keeping their credentials in a Docker 
configuration file.")
     (description "This package provides the container daemon for Docker.
 It includes image transfer and storage, container execution and supervision,
 network attachments.")
-    (home-page "http://containerd.io/";)
+    (home-page "https://containerd.io/";)
     (license license:asl2.0)))
 
 ;;; Private package that shouldn't be used directly; its purposes is to be



reply via email to

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