* [bug#28042] fish-guix: Adjust to new download URL.
@ 2017-08-11 0:04 ng0
2017-08-15 18:41 ` bug#28042: " Marius Bakke
0 siblings, 1 reply; 2+ messages in thread
From: ng0 @ 2017-08-11 0:04 UTC (permalink / raw)
To: 28042
[-- Attachment #1.1: Type: text/plain, Size: 344 bytes --]
I forgot that this tarball is fetched from an URL where I pulled the plug on
the certificate today... This patch uses the new URL it has been redirecting to
for a long time already.
Sorry.
--
ng0
GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588
GnuPG: https://n0is.noblogs.org/my-keys
https://www.infotropique.org https://krosos.org
[-- Attachment #1.2: 0001-gnu-fish-guix-Use-new-download-URL.patch --]
[-- Type: text/plain, Size: 870 bytes --]
From acfd78f293e75fa4d1978b34df61ca5e1539a5b6 Mon Sep 17 00:00:00 2001
From: ng0 <ng0@infotropique.org>
Date: Thu, 10 Aug 2017 23:59:02 +0000
Subject: [PATCH] gnu: fish-guix: Use new download URL.
* gnu/packages/shells.scm (fish-guix)[source]: Adjust the download URL.
---
gnu/packages/shells.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index 89db28ff0..10fd8f04d 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -148,7 +148,7 @@ highlighting.")
(source
(origin
(method url-fetch)
- (uri (string-append "https://dist.pragmatique.xyz/fish-guix/"
+ (uri (string-append "https://dist.infotropique.org/fish-guix/"
name "-" version ".tar.xz"))
(sha256
(base32
--
2.14.0
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#28042: fish-guix: Adjust to new download URL.
2017-08-11 0:04 [bug#28042] fish-guix: Adjust to new download URL ng0
@ 2017-08-15 18:41 ` Marius Bakke
0 siblings, 0 replies; 2+ messages in thread
From: Marius Bakke @ 2017-08-15 18:41 UTC (permalink / raw)
To: ng0, 28042-done
[-- Attachment #1: Type: text/plain, Size: 234 bytes --]
ng0 <ng0@infotropique.org> writes:
> I forgot that this tarball is fetched from an URL where I pulled the plug on
> the certificate today... This patch uses the new URL it has been redirecting to
> for a long time already.
Applied!
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-08-15 18:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-11 0:04 [bug#28042] fish-guix: Adjust to new download URL ng0
2017-08-15 18:41 ` bug#28042: " Marius Bakke
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.