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.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-18 12:52:51 +01:00
parent 4f620bbf62
commit c2c73f583d
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
2 changed files with 4 additions and 4 deletions

@ -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 To actually edit the code, Emacs already has a neat Scheme mode. But in
addition to that, you must not miss 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 facilities to directly operate on the syntax tree, such as raising an
s-expression or wrapping it, swallowing or rejecting the following s-expression or wrapping it, swallowing or rejecting the following
s-expression, etc. s-expression, etc.

@ -1243,7 +1243,7 @@ or unexpected behavior inside an elisp configuration file (typically
"wget" (string-append (assoc-ref outputs "out") "wget" (string-append (assoc-ref outputs "out")
"/share/emacs/site-lisp/")) "/share/emacs/site-lisp/"))
#t))))) #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") (synopsis "Simple file downloader for Emacs based on wget")
(description (description
"Emacs-wget is an emacs interface for the wget file downloader.") "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 (sha256
(base32 "0wr3w2id95wx2rma8n1ifjrv9rx37ly26ijc5zi58id0yrip3hnc")))) (base32 "0wr3w2id95wx2rma8n1ifjrv9rx37ly26ijc5zi58id0yrip3hnc"))))
(build-system emacs-build-system) (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") (synopsis "Edit multiple regions in the same way simultaneously")
(description (description
"This package is an Emacs minor mode and allows you to edit one "This package is an Emacs minor mode and allows you to edit one
@ -9782,7 +9782,7 @@ with gnuplot.")
(source (source
(origin (origin
(method url-fetch) (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")) (file-name (string-append "transpose-frame-" version ".el"))
(sha256 (sha256
(base32 (base32