gnu: docker-cli: Use HTTPS home page.
* gnu/packages/docker.scm (docker-cli)[home-page]: Use HTTPS.master
parent
3cfa236e56
commit
17d25019fd
|
@ -526,5 +526,5 @@ provisioning etc.")
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
(synopsis "Command line interface to Docker")
|
(synopsis "Command line interface to Docker")
|
||||||
(description "This package provides a 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)))
|
(license license:asl2.0)))
|
||||||
|
|
Reference in New Issue