nckx pushed a commit to branch master
in repository guix.
commit 837644b48a5107a28acbdb6d172aff0040a8247d
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sat Jan 18 23:25:58 2020 +0100
gnu: emacs-company: Use HTTPS home page.
* gnu/packages/emacs-xyz.scm (emacs-company)[home-page]: Use HTTPS.
---
gnu/packages/emacs-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index f5f20b1..9cfb5e6 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -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