mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: emacs-ryo-modal: Use HTTPS home page URI.
* gnu/packages/emacs-xyz.scm (emacs-ryo-modal)[home-page]: Use HTTPS URI.
This commit is contained in:
parent
ec285222e9
commit
646d231d8f
1 changed files with 1 additions and 1 deletions
|
@ -7491,7 +7491,7 @@ (define-public emacs-ryo-modal
|
|||
(sha256
|
||||
(base32 "1cyvp3bi6yhckbdnq98xvghmhdzghya5y9wd7hxjawibs75rza95"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "http://github.com/Kungsgeten/ryo-modal")
|
||||
(home-page "https://github.com/Kungsgeten/ryo-modal")
|
||||
(synopsis "Emacs minor mode for defining modal editing environments")
|
||||
(description "RYO modal provides a convenient way of defining modal
|
||||
keybindings in Emacs, and does not come with any predefined bindings.")
|
||||
|
|
Loading…
Reference in a new issue