gnu: emacs-company: Use HTTPS home page.

* gnu/packages/emacs-xyz.scm (emacs-company)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-18 23:25:58 +01:00
parent c7a2e64574
commit 837644b48a
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -3658,7 +3658,7 @@ (define-public emacs-company
#t)))
#:tests? #t
#:test-command '("make" "test-batch")))
(home-page "http://company-mode.github.io/")
(home-page "https://company-mode.github.io/")
(synopsis "Modular text completion framework")
(description
"Company is a modular completion mechanism. Modules for retrieving