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.
This commit is contained in:
@@ -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";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user