guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-load-relative: Use HTTPS home page URI


From: guix-commits
Subject: branch master updated: gnu: emacs-load-relative: Use HTTPS home page URI.
Date: Tue, 26 May 2020 19:59:15 -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 ec28522  gnu: emacs-load-relative: Use HTTPS home page URI.
ec28522 is described below

commit ec285222e9dd08f8ac780d5ec46be5672000c4b9
Author: Nicolas Goaziou <address@hidden>
AuthorDate: Wed May 27 01:59:03 2020 +0200

    gnu: emacs-load-relative: Use HTTPS home page URI.
    
    * gnu/packages/emacs-xyz.scm (emacs-load-relative)[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 492a313..c287649 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -5913,7 +5913,7 @@ test tags.  It supports both interactive and 
non-interactive use.")
        (sha256
         (base32 "1m37scr82lqqy954fchjxrmdh4lngrl4d1yzxhp3yfjhsydizhrj"))))
     (build-system emacs-build-system)
-    (home-page "http://github.com/rocky/emacs-load-relative";)
+    (home-page "https://github.com/rocky/emacs-load-relative";)
     (synopsis "Emacs Lisp relative file loading related functions")
     (description
      "Provides functions which facilitate writing multi-file Emacs packages



reply via email to

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