summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/networking/axel/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/networking/axel/default.nix')
-rw-r--r--pkgs/tools/networking/axel/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/axel/default.nix b/pkgs/tools/networking/axel/default.nix
index 1fa43e5849e2..a9ddd9a8b682 100644
--- a/pkgs/tools/networking/axel/default.nix
+++ b/pkgs/tools/networking/axel/default.nix
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
description = "Console downloading program with some features for parallel connections for faster downloading";
homepage = "https://github.com/axel-download-accelerator/axel";
maintainers = with maintainers; [ pSub ];
- platforms = with platforms; linux;
+ platforms = with platforms; unix;
license = licenses.gpl2;
};
}