guix-commits
[Top][All Lists]
Advanced

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

01/12: Use HTTPS for www.emacswiki.org.


From: guix-commits
Subject: 01/12: Use HTTPS for www.emacswiki.org.
Date: Sun, 19 Jan 2020 00:09:57 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit c2c73f583d401a84e94a1e1e5b61da9c41f15683
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 12:52:51 2020 +0100

    Use HTTPS for www.emacswiki.org.
    
    * doc/contributing.texi (The Perfect Setup): Use HTTPS for ParEdit wiki 
page.
    * gnu/packages/emacs-xyz.scm (emacs-wget, emacs-iedit)[home-page]: Use 
HTTPS.
    (emacs-transpose-frame)[source]: Likewise.
---
 doc/contributing.texi      | 2 +-
 gnu/packages/emacs-xyz.scm | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/contributing.texi b/doc/contributing.texi
index 5d5d50c..c6586a2 100644
--- a/doc/contributing.texi
+++ b/doc/contributing.texi
@@ -240,7 +240,7 @@ that it finds source files from your checkout:
 
 To actually edit the code, Emacs already has a neat Scheme mode.  But in
 addition to that, you must not miss
-@url{http://www.emacswiki.org/emacs/ParEdit, Paredit}.  It provides
+@url{https://www.emacswiki.org/emacs/ParEdit, Paredit}.  It provides
 facilities to directly operate on the syntax tree, such as raising an
 s-expression or wrapping it, swallowing or rejecting the following
 s-expression, etc.
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 32e8ae1..34ea293 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1243,7 +1243,7 @@ or unexpected behavior inside an elisp configuration file 
(typically
               "wget" (string-append (assoc-ref outputs "out")
                                     "/share/emacs/site-lisp/"))
              #t)))))
-    (home-page "http://www.emacswiki.org/emacs/EmacsWget";)
+    (home-page "https://www.emacswiki.org/emacs/EmacsWget";)
     (synopsis "Simple file downloader for Emacs based on wget")
     (description
      "Emacs-wget is an emacs interface for the wget file downloader.")
@@ -5669,7 +5669,7 @@ highlighted.  Pressing that character will switch to that 
window.")
          (sha256
           (base32 "0wr3w2id95wx2rma8n1ifjrv9rx37ly26ijc5zi58id0yrip3hnc"))))
       (build-system emacs-build-system)
-      (home-page "http://www.emacswiki.org/emacs/Iedit";)
+      (home-page "https://www.emacswiki.org/emacs/Iedit";)
       (synopsis "Edit multiple regions in the same way simultaneously")
       (description
        "This package is an Emacs minor mode and allows you to edit one
@@ -9782,7 +9782,7 @@ with gnuplot.")
     (source
      (origin
        (method url-fetch)
-       (uri "http://www.emacswiki.org/emacs/download/transpose-frame.el";)
+       (uri "https://www.emacswiki.org/emacs/download/transpose-frame.el";)
        (file-name (string-append "transpose-frame-" version ".el"))
        (sha256
         (base32



reply via email to

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