guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-ryo-modal: Use HTTPS home page URI.


From: guix-commits
Subject: branch master updated: gnu: emacs-ryo-modal: Use HTTPS home page URI.
Date: Tue, 26 May 2020 20:00:58 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 646d231  gnu: emacs-ryo-modal: Use HTTPS home page URI.
646d231 is described below

commit 646d231d8f2f8cdcc534adfb36250aba93b35491
Author: Nicolas Goaziou <address@hidden>
AuthorDate: Wed May 27 02:00:47 2020 +0200

    gnu: emacs-ryo-modal: Use HTTPS home page URI.
    
    * gnu/packages/emacs-xyz.scm (emacs-ryo-modal)[home-page]: Use HTTPS URI.
---
 gnu/packages/emacs-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index c287649..45a10f4 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -7491,7 +7491,7 @@ names, e.g. #0000ff is displayed in white with a blue 
background.")
          (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.")



reply via email to

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