guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: branch master updated: gnu: emacs-queue: Use HTTPS home page URI.
Date: Sat, 27 Feb 2021 11:37:16 -0500

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 49b1e48  gnu: emacs-queue: Use HTTPS home page URI.
49b1e48 is described below

commit 49b1e484e1149f11f7e1537338cbfd3aac76b904
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Feb 27 17:36:38 2021 +0100

    gnu: emacs-queue: Use HTTPS home page URI.
    
    * gnu/packages/emacs-xyz.scm (emacs-queue)[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 02acb82..3ff6846 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -8427,7 +8427,7 @@ builtin JavaScript mode.")
                (base32
                 "0cx2848sqnnkkr4zisvqadzxngjyhmb36mh0q3if7q19yjjhmrkb"))))
     (build-system emacs-build-system)
-    (home-page "http://www.dr-qubit.org/tags/computing-code-emacs.html";)
+    (home-page "https://www.dr-qubit.org/emacs_data-structures.html";)
     (synopsis "Queue data structure for Emacs")
     (description
      "This Emacs library provides queue data structure.  These queues can be



reply via email to

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