guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10/10: gnu: emacs-company: Use HTTPS home page.


From: guix-commits
Subject: 10/10: gnu: emacs-company: Use HTTPS home page.
Date: Thu, 19 Mar 2020 22:24:50 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 837644b48a5107a28acbdb6d172aff0040a8247d
Author: Tobias Geerinckx-Rice <address@hidden>
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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]