Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
aspell, tla: use HTTPS instead of FTP
Browse files Browse the repository at this point in the history
ftp.gnu.org intends to disable the FTP protocol for downloads on this
server, and strongly recommends using https instead.
  • Loading branch information
kevinastock committed Apr 24, 2020
1 parent a9a38f9 commit 295475a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkgs/applications/version-management/arch/default.nix
Expand Up @@ -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";
};

Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/libraries/aspell/default.nix
Expand Up @@ -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";
};

Expand Down

0 comments on commit 295475a

Please sign in to comment.