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:
Nicolas Goaziou 2020-05-27 02:00:47 +02:00
parent ec285222e9
commit 646d231d8f
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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.")