guix-commits
[Top][All Lists]
Advanced

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

05/13: gnu: emacs-markdown-mode: Use HTTPS home page.


From: guix-commits
Subject: 05/13: gnu: emacs-markdown-mode: Use HTTPS home page.
Date: Sat, 15 Feb 2020 11:07:08 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 53ddc6a71f6d7968734007f0b5325c66d9c6a33b
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 19:33:57 2020 +0100

    gnu: emacs-markdown-mode: Use HTTPS home page.
    
    * gnu/packages/emacs-xyz.scm (emacs-markdown-mode)[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 9087a8d..c2f0490 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -6308,7 +6308,7 @@ provides the following features:
                (base32
                 "1zm1j4w0f3h01bmmpsv4j4mh6i13nnl8fcqlj2hsa1ncy1lgi8q7"))))
     (build-system emacs-build-system)
-    (home-page "http://jblevins.org/projects/markdown-mode/";)
+    (home-page "https://jblevins.org/projects/markdown-mode/";)
     (synopsis "Emacs Major mode for Markdown files")
     (description
      "Markdown-mode is a major mode for editing Markdown-formatted text files



reply via email to

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