mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-howm: Use HTTPS source and home page.
* gnu/packages/emacs-xyz.scm (emacs-howm)[source, home-page]: Use HTTPS.
This commit is contained in:
parent
44b5a74ad7
commit
0a03c5e1fb
1 changed files with 2 additions and 2 deletions
|
@ -1664,7 +1664,7 @@ a set of simplified face specifications and a user-supplied color palette")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://howm.sourceforge.jp/a/howm-"
|
(uri (string-append "https://howm.sourceforge.jp/a/howm-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1kvr5pxpc9rwhkza9025mdi0wvh0f0rpawl21rzirjk1x10903yi"))))
|
(base32 "1kvr5pxpc9rwhkza9025mdi0wvh0f0rpawl21rzirjk1x10903yi"))))
|
||||||
|
@ -1685,7 +1685,7 @@ a set of simplified face specifications and a user-supplied color palette")
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'install 'make-autoloads
|
(add-after 'install 'make-autoloads
|
||||||
(assoc-ref emacs:%standard-phases '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")
|
(synopsis "Note-taking tool for Emacs")
|
||||||
(description "Howm is a note-taking tool for Emacs. Like
|
(description "Howm is a note-taking tool for Emacs. Like
|
||||||
code@{emacs-wiki.el}, it facilitates using hyperlinks and doing full-text
|
code@{emacs-wiki.el}, it facilitates using hyperlinks and doing full-text
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue