axel: add license

see issue #43716
This commit is contained in:
Pascal Wittmann 2018-07-22 17:33:09 +02:00
parent 03dd8aabf9
commit 0967f617e2
No known key found for this signature in database
GPG key ID: C899ACE7E2322852

View file

@ -20,5 +20,6 @@ stdenv.mkDerivation rec {
homepage = http://axel.alioth.debian.org/;
maintainers = with maintainers; [ pSub ];
platforms = with platforms; linux;
license = licenses.gpl2;
};
}