mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: docker-cli: Use HTTPS home page.
* gnu/packages/docker.scm (docker-cli)[home-page]: Use HTTPS.
This commit is contained in:
parent
3cfa236e56
commit
17d25019fd
1 changed files with 1 additions and 1 deletions
|
@ -526,5 +526,5 @@ (define-public docker-cli
|
|||
("pkg-config" ,pkg-config)))
|
||||
(synopsis "Command line interface to Docker")
|
||||
(description "This package provides a command line interface to Docker.")
|
||||
(home-page "http://www.docker.com/")
|
||||
(home-page "https://www.docker.com/")
|
||||
(license license:asl2.0)))
|
||||
|
|
Loading…
Reference in a new issue