guix-commits
[Top][All Lists]
Advanced

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

09/21: gnu: emacs-howm: Use HTTPS source and home page.


From: guix-commits
Subject: 09/21: gnu: emacs-howm: Use HTTPS source and home page.
Date: Sat, 30 Nov 2019 18:54:13 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 0a03c5e1fbd3eba22e1562f93d9a1d2df4b0c3ba
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Dec 1 00:31:52 2019 +0100

    gnu: emacs-howm: Use HTTPS source and home page.
    
    * gnu/packages/emacs-xyz.scm (emacs-howm)[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 348f608..23c5986 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1664,7 +1664,7 @@ a set of simplified face specifications and a 
user-supplied color palette")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "http://howm.sourceforge.jp/a/howm-";
+       (uri (string-append "https://howm.sourceforge.jp/a/howm-";
                            version ".tar.gz"))
        (sha256
         (base32 "1kvr5pxpc9rwhkza9025mdi0wvh0f0rpawl21rzirjk1x10903yi"))))
@@ -1685,7 +1685,7 @@ a set of simplified face specifications and a 
user-supplied color palette")
        (modify-phases %standard-phases
          (add-after 'install 'make-autoloads
            (assoc-ref emacs:%standard-phases 'make-autoloads)))))
-    (home-page "http://howm.osdn.jp/";)
+    (home-page "https://howm.osdn.jp/";)
     (synopsis "Note-taking tool for Emacs")
     (description "Howm is a note-taking tool for Emacs.  Like
 code@{emacs-wiki.el}, it facilitates using hyperlinks and doing full-text



reply via email to

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