From 0967f617e2d429810df148a5fc78c2338facf464 Mon Sep 17 00:00:00 2001 From: Pascal Wittmann <mail@pascal-wittmann.de> Date: Sun, 22 Jul 2018 17:33:09 +0200 Subject: [PATCH] axel: add license see issue #43716 --- pkgs/tools/networking/axel/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/tools/networking/axel/default.nix b/pkgs/tools/networking/axel/default.nix index 2155d3c1b3d8..8a0efbb1943d 100644 --- a/pkgs/tools/networking/axel/default.nix +++ b/pkgs/tools/networking/axel/default.nix @@ -20,5 +20,6 @@ stdenv.mkDerivation rec { homepage = http://axel.alioth.debian.org/; maintainers = with maintainers; [ pSub ]; platforms = with platforms; linux; + license = licenses.gpl2; }; }