From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37795) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cy9Yi-0008SR-Hv for guix-patches@gnu.org; Wed, 12 Apr 2017 00:07:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cy9Yc-0000xf-4L for guix-patches@gnu.org; Wed, 12 Apr 2017 00:07:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:45316) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cy9Yc-0000xM-1C for guix-patches@gnu.org; Wed, 12 Apr 2017 00:07:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cy9Yb-0007LW-Mz for guix-patches@gnu.org; Wed, 12 Apr 2017 00:07:01 -0400 Subject: bug#26456: [PATCH 1/1] gnu: Update origin URI for emacs-default-encrypt. Resent-Message-ID: From: Chris Marusich Date: Tue, 11 Apr 2017 21:05:26 -0700 Message-Id: <20170412040526.2864-1-cmmarusich@gmail.com> In-Reply-To: <20170412040047.2597-1-cmmarusich@gmail.com> References: <20170412040047.2597-1-cmmarusich@gmail.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 26456@debbugs.gnu.org Cc: Chris Marusich * gnu/packages/emacs.scm (emacs-default-encrypt) : Update URI. --- gnu/packages/emacs.scm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index 53ad50e86..af129175a 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/packages/emacs.scm @@ -4065,10 +4065,7 @@ jQuery and Bootstrap resources included via osscdn.") (source (origin (method url-fetch) - (uri (string-append - ;; A versioned, signed copy of this package is avialable on the - ;; home page, but 'guix download' fails to download it. - "https://github.com/emacsmirror/emacswiki.org/raw/master/jl-encrypt.el")) + (uri "https://www.informationelle-selbstbestimmung-im-internet.de/emacs/jl-encrypt4.3/jl-encrypt.el") (file-name (string-append "jl-encrypt-" version ".el")) (sha256 (base32 -- 2.12.0