summaryrefslogtreecommitdiffstats
path: root/pkgs/misc
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2016-05-12 04:03:33 +0200
committerVladimír Čunát <vcunat@gmail.com>2016-05-12 04:53:38 +0200
commit6c2fbfbd7720446821be2a506cefcd1e0ff3b42d (patch)
treeef852f77f02c1636e2ee215623d6a20e87174b9e /pkgs/misc
parent81df0354290389128077e00edfd2368eeeea0c24 (diff)
parent3d932ba135f9fe7eb649269543276dffa7aa563a (diff)
Merge branch 'master' into staging
Diffstat (limited to 'pkgs/misc')
-rw-r--r--pkgs/misc/ghostscript/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/misc/ghostscript/default.nix b/pkgs/misc/ghostscript/default.nix
index 93e83a375a48..3d51a900c3bc 100644
--- a/pkgs/misc/ghostscript/default.nix
+++ b/pkgs/misc/ghostscript/default.nix
@@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
name = "ghostscript-${version}";
src = fetchurl {
- url = "http://downloads.ghostscript.com/public/${name}.tar.bz2";
+ url = "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs918/${name}.tar.bz2";
inherit sha256;
};