mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: containerd: Use HTTPS home page.
* gnu/packages/docker.scm (containerd)[home-page]: Use HTTPS.
This commit is contained in:
parent
e11639f385
commit
dd6114dfc5
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ (define-public containerd
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue