mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -05:00
gnu: emacs-company: Use HTTPS home page.
* gnu/packages/emacs-xyz.scm (emacs-company)[home-page]: Use HTTPS.
This commit is contained in:
parent
c7a2e64574
commit
837644b48a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue