summary refs log tree commit diff
path: root/pkgs/tools/text/ispell
diff options
context:
space:
mode:
authorMoritz Hedtke <Moritz.Hedtke@t-online.de>2021-08-05 16:34:39 +0200
committerMoritz Hedtke <Moritz.Hedtke@t-online.de>2021-08-05 17:03:41 +0200
commit8242356aba3687963c84fd74405c683909fb1586 (patch)
treeee6a0a6b558448d5963a77198219b60e98e473ed /pkgs/tools/text/ispell
parentdb0d8e10fc1dec84f1ccb111851a82645aa6a7d3 (diff)
downloadnixpkgs-8242356aba3687963c84fd74405c683909fb1586.tar
nixpkgs-8242356aba3687963c84fd74405c683909fb1586.tar.gz
nixpkgs-8242356aba3687963c84fd74405c683909fb1586.tar.bz2
nixpkgs-8242356aba3687963c84fd74405c683909fb1586.tar.lz
nixpkgs-8242356aba3687963c84fd74405c683909fb1586.tar.xz
nixpkgs-8242356aba3687963c84fd74405c683909fb1586.tar.zst
nixpkgs-8242356aba3687963c84fd74405c683909fb1586.zip
ispell: switch to working src url
Diffstat (limited to 'pkgs/tools/text/ispell')
-rw-r--r--pkgs/tools/text/ispell/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/ispell/default.nix b/pkgs/tools/text/ispell/default.nix
index b3dac1c48fd..6c92983585b 100644
--- a/pkgs/tools/text/ispell/default.nix
+++ b/pkgs/tools/text/ispell/default.nix
@@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
   version = "3.4.00";
 
   src = fetchurl {
-    url = "http://fmg-www.cs.ucla.edu/geoff/tars/${pname}-${version}.tar.gz";
+    url = "https://www.cs.hmc.edu/~geoff/tars/${pname}-${version}.tar.gz";
     sha256 = "1hmfnz55qzfpz7lz0r3m4kkv31smir92ks9s5l1iiwimhr2jxi2x";
   };