guix-commits
[Top][All Lists]
Advanced

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

05/10: gnu: emacs-csv-mode: Use HTTPS.


From: guix-commits
Subject: 05/10: gnu: emacs-csv-mode: Use HTTPS.
Date: Sun, 13 Oct 2019 18:36:48 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit d0b9fc9a892a01da5fc8cf4f66c32e72121f4554
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Oct 13 15:36:04 2019 +0200

    gnu: emacs-csv-mode: Use HTTPS.
    
    * gnu/packages/emacs-xyz.scm (emacs-csv-mode)[source, home-page]: Use HTTPS.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 8d783c9..beba840 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -10506,12 +10506,12 @@ let users kill or mark things easily.")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "http://elpa.gnu.org/packages/csv-mode-";
+       (uri (string-append "https://elpa.gnu.org/packages/csv-mode-";
                            version ".el"))
        (sha256
         (base32 "0sdnyi9in904k49yy5imapypnmk75lv14k9c1yyjhjpalvvh6br1"))))
     (build-system emacs-build-system)
-    (home-page "http://elpa.gnu.org/packages/csv-mode.html";)
+    (home-page "https://elpa.gnu.org/packages/csv-mode.html";)
     (synopsis "Major mode for editing comma/char separated values")
     (description
      "This Emacs package implements CSV mode, a major mode for editing records



reply via email to

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