me
/
guix
Archived
1
0
Fork 0

gnu: docker-cli: Use HTTPS home page.

* gnu/packages/docker.scm (docker-cli)[home-page]: Use HTTPS.
master
Tobias Geerinckx-Rice 2019-02-04 01:58:40 +01:00
parent 3cfa236e56
commit 17d25019fd
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -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)))