guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-org-mime: Use HTTPS home page URI.


From: guix-commits
Subject: branch master updated: gnu: emacs-org-mime: Use HTTPS home page URI.
Date: Sat, 27 Feb 2021 11:38:02 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 0441423  gnu: emacs-org-mime: Use HTTPS home page URI.
0441423 is described below

commit 044142379eaa16afc7484f82d0f62a22df565437
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Feb 27 17:37:28 2021 +0100

    gnu: emacs-org-mime: Use HTTPS home page URI.
    
    * gnu/packages/emacs-xyz.scm (emacs-org-mime)[home-page]: Use HTTPS URI.
---
 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 3ff6846..7dbc74d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -6598,7 +6598,7 @@ cards created in Org mode.")
        (sha256
         (base32 "0vchyd80ybvr6317dwm50nxcgxfrpc0bz6259vnrh24p5sb8shbj"))))
     (build-system emacs-build-system)
-    (home-page "http://github.com/org-mime/org-mime";)
+    (home-page "https://github.com/org-mime/org-mime";)
     (synopsis "Send HTML email using Org mode HTML export")
     (description
      "This program sends HTML email using Org-mode HTML export.



reply via email to

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