unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#31753] [PATCH] gnu: Fix url in jbig2dec.
@ 2018-06-08  8:49 Gábor Boskovits
       [not found] ` <handler.31753.B.152844776429913.ack@debbugs.gnu.org>
  2018-06-08 12:33 ` bug#31753: [PATCH] gnu: Fix url in jbig2dec 宋文武
  0 siblings, 2 replies; 3+ messages in thread
From: Gábor Boskovits @ 2018-06-08  8:49 UTC (permalink / raw)
  To: 31753; +Cc: Gábor Boskovits

* gnu/packages/image.scm (jbig2dec): Fix url.
---
 gnu/packages/image.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index 37d51f1e5..c687576bb 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -487,7 +487,8 @@ arithmetic ops.")
     (source
       (origin
         (method url-fetch)
-        (uri (string-append "http://downloads.ghostscript.com/public/" name "/"
+        (uri (string-append "https://github.com/ArtifexSoftware/"
+                            "ghostpdl-downloads/releases/download/gs922/"
                             name "-" version ".tar.gz"))
         (sha256
           (base32 "0k01hp0q4275fj4rbr1gy64svfraw5w7wvwl08yjhvsnpb1rid11"))
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-06-08 12:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-08  8:49 [bug#31753] [PATCH] gnu: Fix url in jbig2dec Gábor Boskovits
     [not found] ` <handler.31753.B.152844776429913.ack@debbugs.gnu.org>
2018-06-08  8:55   ` [bug#31753] Acknowledgement ([PATCH] gnu: Fix url in jbig2dec.) Gábor Boskovits
2018-06-08 12:33 ` bug#31753: [PATCH] gnu: Fix url in jbig2dec 宋文武

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).