diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-01 00:31:52 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-01 00:49:14 +0100 |
commit | 0a03c5e1fbd3eba22e1562f93d9a1d2df4b0c3ba (patch) | |
tree | 509ca320da7b2035b350cf5bd41e036aa88f0965 /gnu/packages | |
parent | 44b5a74ad7c8fb6d57a746e20d2fcb9141359da6 (diff) |
gnu: emacs-howm: Use HTTPS source and home page.
* gnu/packages/emacs-xyz.scm (emacs-howm)[source, home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 348f608e30..23c5986344 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 |