gnu: emacs-company: Use HTTPS home page.
* gnu/packages/emacs-xyz.scm (emacs-company)[home-page]: Use HTTPS.master
parent
c7a2e64574
commit
837644b48a
|
@ -3658,7 +3658,7 @@ build jobs.")
|
|||
#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
|
||||
|
|
Reference in New Issue