aspell, tla: use HTTPS instead of FTP

ftp.gnu.org intends to disable the FTP protocol for downloads on this
server, and strongly recommends using https instead.

(cherry picked from commit 295475a378)
This commit is contained in:
Kevin Stock
2020-04-24 10:39:12 -04:00
parent 2faa76db27
commit 31cab04568
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
name = "tla-1.3.5";
src = fetchurl {
url = "ftp://ftp.gnu.org/old-gnu/gnu-arch/" + name + ".tar.gz";
url = "https://ftp.gnu.org/old-gnu/gnu-arch/" + name + ".tar.gz";
sha256 = "01mfzj1i6p4s8191cgd5850hds1zls88hkf9rb6qx1vqjv585aj0";
};

View File

@@ -8,7 +8,7 @@ let
# dictionary like Debian does.
devaMapsSource = fetchzip {
name = "aspell-u-deva";
url = "ftp://ftp.gnu.org/gnu/aspell/dict/mr/aspell6-mr-0.10-0.tar.bz2";
url = "https://ftp.gnu.org/gnu/aspell/dict/mr/aspell6-mr-0.10-0.tar.bz2";
sha256 = "1v8cdl8x2j1d4vbvsq1xrqys69bbccd6mi03fywrhkrrljviyri1";
};