diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 23:25:58 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-20 03:07:07 +0100 |
commit | 837644b48a5107a28acbdb6d172aff0040a8247d (patch) | |
tree | 4d899d6acc86445b4e5c727f3782b2d02bc3c34d | |
parent | c7a2e64574c6254ef423fa38c2fde1174fed06b9 (diff) | |
download | patches-837644b48a5107a28acbdb6d172aff0040a8247d.tar patches-837644b48a5107a28acbdb6d172aff0040a8247d.tar.gz |
gnu: emacs-company: Use HTTPS home page.
* gnu/packages/emacs-xyz.scm (emacs-company)[home-page]: Use HTTPS.
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index f5f20b1389..9cfb5e68ab 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 |