gnu: emacs: Use https for elpa.gnu.org.

* gnu/packages/emacs.scm: Use 'https' for all elpa.gnu.org URLs.

Signed-off-by: Alex Kost <alezost@gmail.com>
This commit is contained in:
ng0 2016-08-27 13:33:31 +00:00 committed by Alex Kost
parent b53fc2940f
commit f32ffa04ba
No known key found for this signature in database
GPG Key ID: 82460C082A0EE98F
1 changed files with 12 additions and 12 deletions

View File

@ -655,7 +655,7 @@ programs.")
(version "1.0.4") (version "1.0.4")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://elpa.gnu.org/packages/let-alist-" (uri (string-append "https://elpa.gnu.org/packages/let-alist-"
version ".el")) version ".el"))
(sha256 (sha256
(base32 (base32
@ -684,7 +684,7 @@ programs.")
(emacs-byte-compile-directory lispdir) (emacs-byte-compile-directory lispdir)
#t)))) #t))))
(native-inputs `(("emacs" ,emacs-minimal))) (native-inputs `(("emacs" ,emacs-minimal)))
(home-page "http://elpa.gnu.org/packages/let-alist.html") (home-page "https://elpa.gnu.org/packages/let-alist.html")
(synopsis "Easily let-bind values of an assoc-list by their names") (synopsis "Easily let-bind values of an assoc-list by their names")
(description (description
"This package offers a single Emacs Lisp macro, @code{let-alist}. This "This package offers a single Emacs Lisp macro, @code{let-alist}. This
@ -1041,13 +1041,13 @@ mode, Rmail, Gnus, MH-E, and VM). BBDB is fully customizable.")
(version "1.9") (version "1.9")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://elpa.gnu.org/packages/async-" (uri (string-append "https://elpa.gnu.org/packages/async-"
version ".tar")) version ".tar"))
(sha256 (sha256
(base32 (base32
"1ip5nc8xyln5szvqwp6wqva9xr84pn8ssn3nnphrszr19y4js2bm")))) "1ip5nc8xyln5szvqwp6wqva9xr84pn8ssn3nnphrszr19y4js2bm"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(home-page "http://elpa.gnu.org/packages/async.html") (home-page "https://elpa.gnu.org/packages/async.html")
(synopsis "Asynchronous processing in Emacs") (synopsis "Asynchronous processing in Emacs")
(description (description
"This package provides the ability to call asynchronous functions and "This package provides the ability to call asynchronous functions and
@ -1064,7 +1064,7 @@ as a library for other Emacs packages.")
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
"http://elpa.gnu.org/packages/auctex-" "https://elpa.gnu.org/packages/auctex-"
version version
".tar")) ".tar"))
(sha256 (sha256
@ -1622,7 +1622,7 @@ source code using IPython.")
(version "0.9") (version "0.9")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://elpa.gnu.org/packages/debbugs-" (uri (string-append "https://elpa.gnu.org/packages/debbugs-"
version ".tar")) version ".tar"))
(sha256 (sha256
(base32 (base32
@ -1630,7 +1630,7 @@ source code using IPython.")
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
`(("emacs-async" ,emacs-async))) `(("emacs-async" ,emacs-async)))
(home-page "http://elpa.gnu.org/packages/debbugs.html") (home-page "https://elpa.gnu.org/packages/debbugs.html")
(synopsis "Access the Debbugs bug tracker in Emacs") (synopsis "Access the Debbugs bug tracker in Emacs")
(description (description
"This package lets you access the @uref{http://bugs.gnu.org,GNU Bug "This package lets you access the @uref{http://bugs.gnu.org,GNU Bug
@ -2102,7 +2102,7 @@ package provides a light and a dark variant.")
(version "1.3.0") (version "1.3.0")
(source (source
(origin (method url-fetch) (origin (method url-fetch)
(uri (string-append "http://elpa.gnu.org/packages/ahungry-theme-" (uri (string-append "https://elpa.gnu.org/packages/ahungry-theme-"
version ".tar")) version ".tar"))
(sha256 (sha256
(base32 (base32
@ -2408,7 +2408,7 @@ The purpose of this library is to wrap all the quirks and hassle of
(version "0.1.1") (version "0.1.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://elpa.gnu.org/packages/queue-" (uri (string-append "https://elpa.gnu.org/packages/queue-"
version ".el")) version ".el"))
(sha256 (sha256
(base32 (base32
@ -2451,7 +2451,7 @@ be removed from the front. This type of data structure is sometimes called an
(version "1.7.1") (version "1.7.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://elpa.gnu.org/packages/spinner-" (uri (string-append "https://elpa.gnu.org/packages/spinner-"
version ".el")) version ".el"))
(sha256 (sha256
(base32 (base32
@ -2470,13 +2470,13 @@ ongoing operations.")
(version "2.15") (version "2.15")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://elpa.gnu.org/packages/seq-" (uri (string-append "https://elpa.gnu.org/packages/seq-"
version ".tar")) version ".tar"))
(sha256 (sha256
(base32 (base32
"09wi1765bmn7i8fg6ajjfaxgs4ipc42d58zx2fdqpidrdg9c7q73")))) "09wi1765bmn7i8fg6ajjfaxgs4ipc42d58zx2fdqpidrdg9c7q73"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(home-page "http://elpa.gnu.org/packages/seq.html") (home-page "https://elpa.gnu.org/packages/seq.html")
(synopsis "Sequence manipulation functions for Emacs") (synopsis "Sequence manipulation functions for Emacs")
(description (description
"This Emacs library provides sequence-manipulation functions that "This Emacs library provides sequence-manipulation functions that