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

* gnu/packages/emacs-xyz.scm (emacs-org-mime)[home-page]: Use HTTPS URI.
This commit is contained in:
Nicolas Goaziou 2021-02-27 17:37:28 +01:00
parent 49b1e484e1
commit 044142379e
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -6598,7 +6598,7 @@ (define-public emacs-org-mime
(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.